Skip to content
Snippets Groups Projects
Commit 15833e8d authored by Daniel García's avatar Daniel García
Browse files

Added Rocket.toml to the final docker image

parent 7d019471
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment