We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515757e commit 47175c9Copy full SHA for 47175c9
docker/python/Dockerfile
@@ -14,8 +14,9 @@ FROM python:3.9-slim as runner
14
WORKDIR /app/
15
COPY --from=compiler /opt/venv /opt/venv
16
17
-# install cron daemon
+# install and configure cron daemon
18
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
20
21
# Enable venv
22
ENV PATH="/opt/venv/bin:$PATH"
0 commit comments