Remove exposed port, it depends on the configuration.

This commit is contained in:
Mariano Cano 2019-03-27 11:02:33 -07:00
parent 1579a87cc6
commit b5d67ab129

View file

@ -2,13 +2,11 @@ FROM smallstep/step-cli:0.9.0
ARG BINPATH="bin/step-ca"
ENV PORT=9000
ENV CONFIGPATH="/home/step/config/ca.json"
ENV PWDPATH="/home/step/secrets/password"
COPY $BINPATH "/usr/local/bin/step-ca"
EXPOSE $PORT
VOLUME ["/home/step"]
STOPSIGNAL SIGTERM