Explorar el Código

meta server Dockerfile

charli hace 1 año
padre
commit
5f02d0d574
Se han modificado 1 ficheros con 1 adiciones y 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"]