0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00

Move settings out of web-vault

This commit is contained in:
Miroslav Prasil 2018-04-26 23:40:38 +01:00
parent 69e624f82b
commit f00732ddc5
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 \