mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 12:04:32 +01:00
Add missing slash, to put it like it was at first
This commit is contained in:
parent
a291dea16f
commit
659f677897
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN apk add --update-cache --upgrade \
|
|||
RUN git clone -b $VAULT_VERSION --depth 1 $URL web-build
|
||||
WORKDIR /web-build
|
||||
|
||||
COPY docker/set-vault-baseurl.patch /web-build/
|
||||
COPY /docker/set-vault-baseurl.patch /web-build/
|
||||
RUN git apply set-vault-baseurl.patch
|
||||
|
||||
RUN npm run sub:init && npm install
|
||||
|
|
Loading…
Reference in a new issue