We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfbdaa commit e3139e1Copy full SHA for e3139e1
2 files changed
deployment/Dockerfile
@@ -88,4 +88,5 @@ EXPOSE ${P2P_PORT}
88
# note - cannot pass env vars into the command line
89
# since there is no shell to interpret them
90
# hadolint ignore=DL3025
91
-CMD ["./fuel-core", "run"]
+ENTRYPOINT ["/home/nonroot/fuel-core"]
92
+CMD ["run"]
deployment/e2e-client.Dockerfile
@@ -45,4 +45,4 @@ WORKDIR /home/nonroot/
45
COPY --from=builder --chown=nonroot:nonroot /root/fuel-core-e2e-client .
46
COPY --from=builder --chown=nonroot:nonroot /root/fuel-core-e2e-client.d .
47
48
-CMD ["./fuel-core-e2e-client"]
+ENTRYPOINT ["/home/nonroot/fuel-core-e2e-client"]
0 commit comments