Browse Source

💚 Add forgotten step in dockerfile

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

6
Dockerfile

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