Skip to content

Commit

Permalink
fix: default email template dir doesn't match docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Dec 4, 2020
1 parent 160b301 commit a07c630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-alpine

COPY ./build/ /app/build/
COPY ./build/ /app/
COPY ./node_modules /app/node_modules
COPY ./migrate-mongo-config.js /app/

Expand All @@ -14,4 +14,4 @@ ENV MELI_PORT=80

EXPOSE 80

CMD ["node", "build/index.js"]
CMD ["node", "index.js"]

0 comments on commit a07c630

Please sign in to comment.