forked from TrueCloudLab/certificates
Remove exposed port, it depends on the configuration.
This commit is contained in:
parent
1579a87cc6
commit
b5d67ab129
1 changed files with 0 additions and 2 deletions
|
@ -2,13 +2,11 @@ FROM smallstep/step-cli:0.9.0
|
||||||
|
|
||||||
ARG BINPATH="bin/step-ca"
|
ARG BINPATH="bin/step-ca"
|
||||||
|
|
||||||
ENV PORT=9000
|
|
||||||
ENV CONFIGPATH="/home/step/config/ca.json"
|
ENV CONFIGPATH="/home/step/config/ca.json"
|
||||||
ENV PWDPATH="/home/step/secrets/password"
|
ENV PWDPATH="/home/step/secrets/password"
|
||||||
|
|
||||||
COPY $BINPATH "/usr/local/bin/step-ca"
|
COPY $BINPATH "/usr/local/bin/step-ca"
|
||||||
|
|
||||||
EXPOSE $PORT
|
|
||||||
VOLUME ["/home/step"]
|
VOLUME ["/home/step"]
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue