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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
2 additions and
3 deletions
-
.gitignore
-
Dockerfile
-
docker/settings.Production.json
|
|
@ -14,4 +14,3 @@ data |
|
|
|
|
|
|
|
# Web vault |
|
|
|
web-vault |
|
|
|
!web-vault/settings.Production.json |
|
|
@ -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 \ |
|
|
|