Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Merge pull request #8 from mprasil/master
Move settings out of web-vault
Dieser Commit ist enthalten in:
Commit
9c46d2f72d
3 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
1
.gitignore
gevendort
1
.gitignore
gevendort
|
@ -14,4 +14,3 @@ data
|
||||||
|
|
||||||
# Web vault
|
# Web vault
|
||||||
web-vault
|
web-vault
|
||||||
!web-vault/settings.Production.json
|
|
|
@ -21,7 +21,7 @@ RUN mkdir /web-build \
|
||||||
|
|
||||||
WORKDIR /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/ \
|
RUN git config --global url."https://github.com/".insteadOf ssh://git@github.com/ \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
|
|
Laden …
In neuem Issue referenzieren