Skip to content

Commit

Permalink
fix: use correct entrypoint to work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d committed May 18, 2023
1 parent 5829d87 commit 4f422c3
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 @@ -16,5 +16,5 @@ RUN yarn install --frozen-lockfile --prod
COPY . .

USER node
ENTRYPOINT [ "./docker-entrypoint.sh" ]
ENTRYPOINT [ "docker-entrypoint.sh" ]
CMD ["node", "-r", "ts-node/register", "./src/index.ts"]

0 comments on commit 4f422c3

Please sign in to comment.