Skip to content

Commit

Permalink
Merge pull request #351 from HebaruSan/fix/docker-abs-path
Browse files Browse the repository at this point in the history
Absolute entrypoint path to run as Action
  • Loading branch information
HebaruSan authored Nov 25, 2024
2 parents d22702c + f9e88fc commit 7df6fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netkan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ USER netkan
COPY .gitconfig .
ENV PATH="$PATH:/home/netkan/.local/bin"
RUN /home/netkan/.local/bin/netkan --help
ENTRYPOINT [".local/bin/netkan"]
ENTRYPOINT ["/home/netkan/.local/bin/netkan"]
CMD ["--help"]

FROM production AS test
Expand Down

0 comments on commit 7df6fd6

Please sign in to comment.