Skip to content

Commit 8ab4db4

Browse files
Update Dockerfile
1 parent 3caa212 commit 8ab4db4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docker/python/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ COPY --from=compiler /opt/venv /opt/venv
2121
ENV PATH="/opt/venv/bin:$PATH"
2222
COPY ./scripts /app/
2323

24-
ENTRYPOINT ["/usr/sbin/cron", "-f", "-l", "15"]
24+
CMD ["/usr/sbin/cron", "-f", "-l", "15"]
25+
26+
# ENTRYPOINT ["/usr/sbin/cron", "-f", "-l", "15"]

0 commit comments

Comments
 (0)