Merge pull request #8 from mprasil/master

Move settings out of web-vault
This commit is contained in:
Daniel García 2018-04-27 01:12:46 +02:00 committed by GitHub
commit 9c46d2f72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -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://git@github.com/ \
&& npm install \