Skip to content

Commit

Permalink
fixed dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed Jun 19, 2023
1 parent 9a0e776 commit 7f6f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .
RUN npm ci --omit=dev
EXPOSE 3000

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

0 comments on commit 7f6f9e8

Please sign in to comment.