Skip to content

Commit 1609ecc

Browse files
author
BuildTools
committed
Fixed comment
1 parent 90bc2c5 commit 1609ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY passky-daily-crontab /etc/cron.daily/passky-daily-crontab
3333
# Make script executable
3434
RUN chmod +x /etc/cron.daily/passky-daily-crontab
3535

36-
# Copy passky-daily-crontab script to cron.daily folder, so script will be executed every day
36+
# Copy starting script to etc folder
3737
COPY passky-entrypoint.sh /etc/passky-entrypoint.sh
3838
# Make script executable
3939
RUN chmod +x /etc/passky-entrypoint.sh

0 commit comments

Comments
 (0)