Browse Source

chore: Dockerfile to Remove port 3012 (#4725)

pull/4730/head
Calvin Li 6 months ago
committed by GitHub
parent
commit
6fedfceaa9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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