1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-11-09 03:07:59 +01:00

chore: Dockerfile to Remove port 3012 (#4725)

Dieser Commit ist enthalten in:
Calvin Li 2024-07-10 12:40:29 -04:00 committet von GitHub
Ursprung 8e8483481f
Commit 6fedfceaa9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194
3 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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

Datei anzeigen

@ -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