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 56a6274 commit a528cc9Copy full SHA for a528cc9
distribution/docker/src/docker/Dockerfile.ess
@@ -31,8 +31,7 @@ USER root
31
32
RUN <%= retry.loop("apt-get", "export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends wget") %>
33
34
-# tweak entry point for ESS specific wolfi image
35
-ENTRYPOINT ["/sbin/tini", "--"]
+ENTRYPOINT ["/bin/tini", "--"]
36
CMD ["/app/elasticsearch.sh"]
37
# Generate a stub command that will be overwritten at runtime
38
RUN mkdir /app && \\
0 commit comments