geforkt von mirrored/vaultwarden
Added Rocket.toml to the final docker image
Dieser Commit ist enthalten in:
Ursprung
7d01947173
Commit
15833e8d95
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -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 .
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren