Skip to content

Commit d0cafd0

Browse files
committed
Fix working dir
1 parent 6e8f00b commit d0cafd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ RUN chmod +x /bin/backup
2828
COPY entry.sh /entry.sh
2929

3030
RUN touch /var/log/cron.log
31+
32+
WORKDIR "/"
33+
34+
#ENTRYPOINT ["ls"]
3135
ENTRYPOINT ["/entry.sh"]
3236

0 commit comments

Comments
 (0)