Skip to content

Commit

Permalink
fix(docker): drop unneeded PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 24, 2023
1 parent e0cb779 commit 5e9af25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ COPY --from=builder \
# Use unprivileged user
USER rust:rust

ENV PATH="/app/:${PATH}"
ENTRYPOINT ["rdfpipe-rs"]
ENTRYPOINT ["./rdfpipe-rs"]

0 comments on commit 5e9af25

Please sign in to comment.