From 6fedfceaa9d43f14a4c65695a42b42b095659b42 Mon Sep 17 00:00:00 2001 From: Calvin Li <65045619+calvin-li-developer@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:40:29 -0400 Subject: [PATCH] chore: Dockerfile to Remove port 3012 (#4725) --- 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