Skip to content
Snippets Groups Projects
Commit 659f6778 authored by Daniel García's avatar Daniel García
Browse files

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

parent a291dea1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment