Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(worker): use full path entry point in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Feb 22, 2024
1 parent 0ab2c10 commit ba01a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ COPY --from=build /app/worker /app/plateauview-worker

WORKDIR /app

ENTRYPOINT [ "./plateauview-worker" ]
ENTRYPOINT [ "/app/plateauview-worker" ]

0 comments on commit ba01a96

Please sign in to comment.