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

pull/106/head
Daniel García 6 years ago
parent a291dea16f
commit 659f677897

@ -16,7 +16,7 @@ RUN apk add --update-cache --upgrade \
RUN git clone -b $VAULT_VERSION --depth 1 $URL web-build RUN git clone -b $VAULT_VERSION --depth 1 $URL web-build
WORKDIR /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 git apply set-vault-baseurl.patch
RUN npm run sub:init && npm install RUN npm run sub:init && npm install

Loading…
Cancel
Save