Browse Source

Move settings out of web-vault

Miroslav Prasil 7 years ago
parent
commit
f00732ddc5
3 changed files with 2 additions and 3 deletions
  1. 1 2
      .gitignore
  2. 1 1
      Dockerfile
  3. 0 0
      docker/settings.Production.json

+ 1 - 2
.gitignore

@@ -13,5 +13,4 @@ data
 # .env
 
 # Web vault
-web-vault
-!web-vault/settings.Production.json
+web-vault

+ 1 - 1
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 \

+ 0 - 0
web-vault/settings.Production.json → docker/settings.Production.json