Skip to content

Commit 47175c9

Browse files
Update Dockerfile
1 parent 515757e commit 47175c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/python/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ FROM python:3.9-slim as runner
1414
WORKDIR /app/
1515
COPY --from=compiler /opt/venv /opt/venv
1616

17-
# install cron daemon
17+
# install and configure cron daemon
1818
RUN apt update; apt install cron libterm-readline-gnu-perl -y; apt -yq autoremove; apt clean
19+
COPY etc/cron.d/openchurch /etc/cron.d/openchurch
1920

2021
# Enable venv
2122
ENV PATH="/opt/venv/bin:$PATH"

0 commit comments

Comments
 (0)