Skip to content

Commit 43a4c2c

Browse files
Update Dockerfile
1 parent 607cd44 commit 43a4c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY --from=compiler /opt/venv /opt/venv
1616

1717
# 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
19+
COPY etc/cron.d/syncro /etc/cron.d/syncro
2020

2121
# Enable venv
2222
ENV PATH="/opt/venv/bin:$PATH"

0 commit comments

Comments
 (0)