diff --git a/Dockerfile b/Dockerfile
index 7417d1ce33302c4a983db6661608a2fdc418e747..899294f3a316105a9961b3c6ca8f5915131c7bd4 100644
--- a/Dockerfile
+++ b/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