Skip to content

Commit

Permalink
Absolute entrypoint path to run as Action
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 25, 2024
1 parent d22702c commit f9e88fc
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 f9e88fc

Please sign in to comment.