mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-21 12:25:23 +03:00
Added Rocket.toml to the final docker image
This commit is contained in:
parent
7d01947173
commit
15833e8d95
1 changed files with 1 additions and 0 deletions
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue