We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccc23f commit 2eacc34Copy full SHA for 2eacc34
alpine.Dockerfile
@@ -40,8 +40,8 @@ COPY backup.sh env.sh init.sh /
40
41
VOLUME /backups
42
43
-ENTRYPOINT ["/bin/sh", "-c"]
44
-CMD ["exec /init.sh"]
+ENTRYPOINT []
+CMD ["/init.sh"]
45
46
HEALTHCHECK --interval=5m --timeout=3s \
47
CMD curl -f "http://localhost:$HEALTHCHECK_PORT/" || exit 1
debian.Dockerfile
@@ -54,8 +54,8 @@ COPY backup.sh env.sh init.sh /
54
55
56
57
58
59
60
61
0 commit comments