aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-02-15 01:49:36 +0100
committerDaniel García <[email protected]>2018-02-15 01:49:36 +0100
commit47a116bbee635426a94974c9a535699e8a44ad8e (patch)
tree94b13c565facc9f27a6c498ad7a7f10dc4a77446 /Dockerfile
parent912901780eb2585ac0b182e72a0a05a30c3cdb96 (diff)
downloadvaultwarden-47a116bbee635426a94974c9a535699e8a44ad8e.tar.gz
vaultwarden-47a116bbee635426a94974c9a535699e8a44ad8e.zip
Get host from client and put it in the attachments URL (only the web vault works without indicating the host in the URL)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index ca5707e0..001ee430 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,11 +47,8 @@ RUN mkdir /data
VOLUME /data
EXPOSE 80
-# Copies the files from the context (migrations, web-vault, ...)
+# Copies the files from the context (env file and web-vault)
# and the binary from the "build" stage to the current stage
-
-# TODO Only needs web-vault and .env
-# COPY . .
COPY .env .
COPY web-vault ./web-vault
COPY --from=build app/target/release/bitwarden_rs .