Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
fix: Fixed Docker workdir path
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Aug 10, 2020
1 parent 553903f commit adcc02d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ FROM node:12
COPY . .
RUN yarn
RUN NODE_ENV=production yarn build
RUN ls -la
ENTRYPOINT [ "node","/dist/index.js" ]

0 comments on commit adcc02d

Please sign in to comment.