mc6 commited on
Commit
cf87ec6
·
verified ·
1 Parent(s): ef40d5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir requests webdavclient3
13
  COPY --chown=app:app sync_data.sh /home/app/uptime-kuma/
14
  RUN chmod +x /home/app/uptime-kuma/sync_data.sh
15
  EXPOSE 3001
16
- CMD ["/bin/sh", "-c", "./sync_data.sh & node server/server.js"]
 
13
  COPY --chown=app:app sync_data.sh /home/app/uptime-kuma/
14
  RUN chmod +x /home/app/uptime-kuma/sync_data.sh
15
  EXPOSE 3001
16
+ CMD ["/bin/sh", "-c", "./sync_data.sh & sleep 30 && node server/server.js"]