1
0
charli 1 жил өмнө
parent
commit
5f02d0d574

+ 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"]