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 607cd44 commit 43a4c2cCopy full SHA for 43a4c2c
docker/python/Dockerfile
@@ -16,7 +16,7 @@ COPY --from=compiler /opt/venv /opt/venv
16
17
# 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
+COPY etc/cron.d/syncro /etc/cron.d/syncro
20
21
# Enable venv
22
ENV PATH="/opt/venv/bin:$PATH"
0 commit comments