Browse Source

remove exposing port 3012 in Dockerfile since its not needed anymore

pull/4725/head
Calvin Li 10 months ago
committed by Mathijs van Veluw
parent
commit
de6392afb4
  1. 1
      docker/Dockerfile.alpine
  2. 1
      docker/Dockerfile.debian
  3. 1
      docker/Dockerfile.j2

1
docker/Dockerfile.alpine

@ -142,7 +142,6 @@ RUN mkdir /data && \
VOLUME /data
EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage

1
docker/Dockerfile.debian

@ -185,7 +185,6 @@ RUN mkdir /data && \
VOLUME /data
EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage

1
docker/Dockerfile.j2

@ -229,7 +229,6 @@ RUN mkdir /data && \
VOLUME /data
EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage

Loading…
Cancel
Save