Explorar o código

meta server Dockerfile

charli hai 1 ano
pai
achega
5f02d0d574
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/atlas-meta-server/Dockerfile

+ 1 - 1
packages/atlas-meta-server/Dockerfile

@@ -2,7 +2,7 @@ FROM node:16
 
 WORKDIR /app
 COPY . .
-RUN yarn --immutable
+RUN yarn
 RUN yarn meta-server:build
 
 CMD ["node", "/app/packages/atlas-meta-server/dist/index.js"]