diff options
author | Daniel García <[email protected]> | 2018-06-30 01:51:53 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-06-30 01:51:53 +0200 |
commit | 15833e8d957a5048b10daaca3bc306203e6eff9c (patch) | |
tree | e64628b63f76a856838ec80a821b3323d338cd81 /Dockerfile | |
parent | 7d0194717348b488ab17dcb9f6d41693066a41f6 (diff) | |
download | vaultwarden-15833e8d957a5048b10daaca3bc306203e6eff9c.tar.gz vaultwarden-15833e8d957a5048b10daaca3bc306203e6eff9c.zip |
Added Rocket.toml to the final docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 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 . |