Skip to content

Commit

Permalink
Move settings out of web-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
mprasil committed Apr 26, 2018
1 parent 69e624f commit f00732d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ data
# .env

# Web vault
web-vault
!web-vault/settings.Production.json
web-vault
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.

0 comments on commit f00732d

Please sign in to comment.