From 62b8500aaebcbc6c60671a9f7827a188e66c02cd Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Date: Mon, 7 Jan 2019 01:36:01 +0100 Subject: Fix missing .env error in Dockerfile, the .env file is not needed for the Docker images --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d0c6f818..623574d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,9 +76,8 @@ VOLUME /data EXPOSE 80 EXPOSE 3012 -# Copies the files from the context (env file and web-vault) +# Copies the files from the context (Rocket.toml 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 . -- cgit v1.2.3