Sfoglia il codice sorgente

meta server Dockerfile

charli 1 anno fa
parent
commit
5f02d0d574
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/atlas-meta-server/Dockerfile

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

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