Skip to content

Commit

Permalink
Trying other setup for egress docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Sep 27, 2023
1 parent 443d173 commit 02bff13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,4 @@ COPY --from=build --chown=0:0 --chmod=755 /app/build/work/stage/opt/api-umbrella

EXPOSE 14001

ENTRYPOINT ["/usr/local/bin/envoy"]
CMD ["-c", "/etc/envoy/envoy.yaml", "--use-dynamic-base-id", "--base-id-path", "/var/run/envoy/base-id"]
CMD ["/usr/local/bin/envoy", "-c", "/etc/envoy/envoy.yaml", "--use-dynamic-base-id", "--base-id-path", "/var/run/envoy/base-id"]

0 comments on commit 02bff13

Please sign in to comment.