Update Dockerfile
Browse files- 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"]
|