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 1609ecc commit 01a3090Copy full SHA for 01a3090
php/Dockerfile
@@ -25,9 +25,6 @@ EXPOSE 8080
25
RUN echo "{}" > ../api-limiter.json
26
RUN echo "{}" > ../otp.json
27
28
-# Disable apt-compat in daily cron jobs
29
-RUN mv /etc/cron.daily/apt-compat /etc/cron.daily/apt-compat.disabled
30
-
31
# Copy passky-daily-crontab script to cron.daily folder, so script will be executed every day
32
COPY passky-daily-crontab /etc/cron.daily/passky-daily-crontab
33
# Make script executable
0 commit comments