Skip to content

Commit

Permalink
change entrypoint to avoid permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Mar 5, 2024
1 parent 6c84969 commit 255ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN mkdir -p /sub /conf.d /submanager \
VOLUME /sub
VOLUME /conf.d

CMD ["sh", "-c", "crond -f"]
ENTRYPOINT /usr/sbin/crond -f

0 comments on commit 255ce75

Please sign in to comment.