summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile.alpine1
-rw-r--r--docker/Dockerfile.debian1
-rw-r--r--docker/Dockerfile.j21
3 files changed, 0 insertions, 3 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine
index e4a392f8..62381478 100644
--- a/docker/Dockerfile.alpine
+++ b/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
diff --git a/docker/Dockerfile.debian b/docker/Dockerfile.debian
index 84ae6ff7..333b8e2a 100644
--- a/docker/Dockerfile.debian
+++ b/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
diff --git a/docker/Dockerfile.j2 b/docker/Dockerfile.j2
index d71b4ccc..30c10c50 100644
--- a/docker/Dockerfile.j2
+++ b/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