Fix working dir

This commit is contained in:
lobaro-demo
2017-04-28 09:15:02 +00:00
parent 6e8f00b5b3
commit d0cafd0ec9

View File

@@ -28,5 +28,9 @@ RUN chmod +x /bin/backup
COPY entry.sh /entry.sh
RUN touch /var/log/cron.log
WORKDIR "/"
#ENTRYPOINT ["ls"]
ENTRYPOINT ["/entry.sh"]