Skip to content
Snippets Groups Projects
Commit f00732dd authored by Miroslav Prasil's avatar Miroslav Prasil
Browse files

Move settings out of web-vault

parent 69e624f8
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,4 @@ data
# .env
# Web vault
web-vault
!web-vault/settings.Production.json
\ No newline at end of file
web-vault
\ No newline at end of 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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment