aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-04-26 23:40:38 +0100
committerMiroslav Prasil <[email protected]>2018-04-26 23:40:38 +0100
commitf00732ddc5cc94f734c5e9aa9f5e8e696515d221 (patch)
treee62207a8cb6e05eca2dcc9c33c6e6b2222e700a4 /Dockerfile
parent69e624f82bd26b9b63784cdb89fb1ac5ee82169e (diff)
downloadvaultwarden-f00732ddc5cc94f734c5e9aa9f5e8e696515d221.tar.gz
vaultwarden-f00732ddc5cc94f734c5e9aa9f5e8e696515d221.zip
Move settings out of web-vault
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 758fd813..30d9fba1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN mkdir /web-build \
WORKDIR /web-build
-COPY /web-vault/settings.Production.json /web-build/
+COPY /docker/settings.Production.json /web-build/
RUN git config --global url."https://github.com/".insteadOf ssh://[email protected]/ \
&& npm install \