Browse Source

Merge pull request #8 from mprasil/master

Move settings out of web-vault
pull/9/head
Daniel García 7 years ago
committed by GitHub
parent
commit
9c46d2f72d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore
  2. 2
      Dockerfile
  3. 0
      docker/settings.Production.json

3
.gitignore

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

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

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

Loading…
Cancel
Save