Browse Source

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

pull/106/head
Daniel García 6 years ago
parent
commit
659f677897
  1. 2
      Dockerfile

2
Dockerfile

@ -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…
Cancel
Save