Skip to content

Commit

Permalink
[CONSUL-394] Replace Envoy & Fortio container startup with docker exe…
Browse files Browse the repository at this point in the history
…c function (#39)
  • Loading branch information
cocolavayen authored and joselo85 committed Dec 21, 2022
1 parent e72aa9e commit dc57916
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 433 deletions.
2 changes: 1 addition & 1 deletion build-support-windows/Dockerfile-consul-dev-windows
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ EXPOSE 8502
EXPOSE 19000 19001 19002 19003 19004
EXPOSE 21000 21001 21002 21003 21004

ENV PATH C:\\Program Files\\Git\\bin;C:\\consul;C:\\fortio;C:\\envoy;C:\\Windows\\System32;%PATH%
ENV PATH C:\\Program Files\\Git\\bin;C:\\consul;C:\\Windows\\System32;C:\\fortio;C:\\envoy;C:\\Program Files\\OpenSSL-Win64\\bin;C:\\ProgramData\\chocolatey\\lib\\jq\\tools;%PATH%

This file was deleted.

Loading

0 comments on commit dc57916

Please sign in to comment.