Skip to content

Commit

Permalink
Updates Docker files with the new cert ensure command. Closes #1049 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Mar 10, 2025
1 parent 786f04f commit 5b37c2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ WORKDIR /config

USER ${USERNAME}

RUN /app/devproxy/devproxy cert ensure

ENTRYPOINT ["/app/devproxy/devproxy", "--ip-address", "0.0.0.0"]
2 changes: 2 additions & 0 deletions Dockerfile_beta
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ WORKDIR /config

USER ${USERNAME}

RUN /app/devproxy-beta/devproxy-beta cert ensure

ENTRYPOINT ["/app/devproxy-beta/devproxy-beta", "--ip-address", "0.0.0.0"]

0 comments on commit 5b37c2b

Please sign in to comment.