0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00

Add missing slash, to put it like it was at first

This commit is contained in:
Daniel García 2018-07-21 18:50:54 +02:00
parent a291dea16f
commit 659f677897

View file

@ -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