Skip to content

Commit

Permalink
Fix small error in the entrypoint of the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperITMan committed Dec 5, 2018
1 parent f0e7b8b commit c363057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ COPY jail.local ./
COPY filter.d/ ./filter.d/
COPY action.d/ ./action.d/

ENTRYPOINT ["/usr/bin/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit c363057

Please sign in to comment.