diff --git a/Dockerfile b/Dockerfile
index ebc862b8ad3b6e6843e842edac4649b88cfaf993..35d9d0a613659a4a201ef3773505b5b715386f2b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
 
 WORKDIR /
 
-COPY assets/gitlab-tofu.sh /usr/bin/gitlab-tofu
+COPY src/gitlab-tofu.sh /usr/bin/gitlab-tofu
 RUN chmod +x /usr/bin/gitlab-tofu
 
 # Override ENTRYPOINT