1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-18 15:00:04 +02:00

Added Rocket.toml to the final docker image

Dieser Commit ist enthalten in:
Daniel García 2018-06-30 01:51:53 +02:00
Ursprung 7d01947173
Commit 15833e8d95

Datei anzeigen

@ -80,6 +80,7 @@ EXPOSE 80
# Copies the files from the context (env file and web-vault)
# and the binary from the "build" stage to the current stage
COPY .env .
COPY Rocket.toml .
COPY --from=vault /web-vault ./web-vault
COPY --from=build app/target/release/bitwarden_rs .