Browse Source

💚 Add forgotten step in dockerfile

main
Anatole-DC 4 years ago
parent
commit
f8d27206f0
  1. 4
      Dockerfile

4
Dockerfile

@ -22,3 +22,7 @@ COPY package*.json ./
RUN yarn install --only=production RUN yarn install --only=production
COPY . . COPY . .
COPY --from=development /nest-server/dist ./dist
CMD ["node", "dist/main"]
Loading…
Cancel
Save