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 90bc2c5 commit 1609eccCopy full SHA for 1609ecc
php/Dockerfile
@@ -33,7 +33,7 @@ COPY passky-daily-crontab /etc/cron.daily/passky-daily-crontab
33
# Make script executable
34
RUN chmod +x /etc/cron.daily/passky-daily-crontab
35
36
-# Copy passky-daily-crontab script to cron.daily folder, so script will be executed every day
+# Copy starting script to etc folder
37
COPY passky-entrypoint.sh /etc/passky-entrypoint.sh
38
39
RUN chmod +x /etc/passky-entrypoint.sh
0 commit comments