Skip to content

Commit 5b37c2b

Browse files
Updates Docker files with the new cert ensure command. Closes #1049 (#1053)
1 parent 786f04f commit 5b37c2b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ WORKDIR /config
4141

4242
USER ${USERNAME}
4343

44+
RUN /app/devproxy/devproxy cert ensure
45+
4446
ENTRYPOINT ["/app/devproxy/devproxy", "--ip-address", "0.0.0.0"]

Dockerfile_beta

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ WORKDIR /config
4141

4242
USER ${USERNAME}
4343

44+
RUN /app/devproxy-beta/devproxy-beta cert ensure
45+
4446
ENTRYPOINT ["/app/devproxy-beta/devproxy-beta", "--ip-address", "0.0.0.0"]

0 commit comments

Comments
 (0)