From de6392afb44145e6bde1edc15dc29fd1f3ca91d8 Mon Sep 17 00:00:00 2001 From: Calvin Li <65045619+calvin-li-developer@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:24:43 -0400 Subject: [PATCH] remove exposing port 3012 in Dockerfile since its not needed anymore --- docker/Dockerfile.alpine | 1 - docker/Dockerfile.debian | 1 - docker/Dockerfile.j2 | 1 - 3 files changed, 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