Skip to content

Commit

Permalink
fix docker entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
shkangr committed Mar 7, 2024
1 parent cfaa641 commit 6476e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --from=build-env /build/node_modules /app/node_modules
COPY package.json /app

WORKDIR /app
ENTRYPOINT ["npx", "tsx", "src/index.js"]
ENTRYPOINT ["npx", "tsx", "index.js"]

0 comments on commit 6476e57

Please sign in to comment.