commit 15833e8d957a5048b10daaca3bc306203e6eff9c
parent 7d0194717348b488ab17dcb9f6d41693066a41f6
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Sat, 30 Jun 2018 01:51:53 +0200
Added Rocket.toml to the final docker image
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -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 .