Skip to content

Commit

Permalink
chore: Dockerfile to Remove port 3012 (#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-li-developer authored Jul 10, 2024
1 parent 8e84834 commit 6fedfce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fedfce

Please sign in to comment.