mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-11 15:39:47 +00:00
Added Rocket.toml to the final docker image
This commit is contained in:
@ -80,6 +80,7 @@ EXPOSE 80
|
|||||||
# Copies the files from the context (env file and web-vault)
|
# Copies the files from the context (env file and web-vault)
|
||||||
# and the binary from the "build" stage to the current stage
|
# and the binary from the "build" stage to the current stage
|
||||||
COPY .env .
|
COPY .env .
|
||||||
|
COPY Rocket.toml .
|
||||||
COPY --from=vault /web-vault ./web-vault
|
COPY --from=vault /web-vault ./web-vault
|
||||||
COPY --from=build app/target/release/bitwarden_rs .
|
COPY --from=build app/target/release/bitwarden_rs .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user