We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d529f4 commit 621051bCopy full SHA for 621051b
base/debian/Dockerfile
@@ -52,5 +52,5 @@ ENV LC_ALL=en_US.UTF-8
52
53
COPY ./scripts/ampstart.sh /ampstart.sh
54
RUN chmod +x /ampstart.sh
55
-ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
56
-CMD ["/ampstart.sh"]
+ENTRYPOINT ["/usr/bin/tini", "-g", "--", "/ampstart.sh"]
+CMD []
0 commit comments