Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix: files were copied in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Jan 22, 2020
1 parent 0881d10 commit 3b8108d
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
Expand Up @@ -6,6 +6,6 @@ ADD package.json package-lock.json ./

RUN npm ci

ADD src ./
ADD src ./src

ENTRYPOINT ["node", "index.js"]
ENTRYPOINT ["node", "src/index.js"]

0 comments on commit 3b8108d

Please sign in to comment.