diff --git a/docker/Dockerfile b/docker/Dockerfile index ab2534e..db2abe3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -31,8 +31,8 @@ RUN GOG_VERSION=$(curl -s https://api.github.com/repos/steipete/gogcli/releases/ && chmod +x /usr/local/bin/gog # Copy custom tools into the image -COPY docker/tools/* /usr/local/bin/ -COPY docker/bin/* /usr/local/bin/ +COPY tools/* /usr/local/bin/ +COPY bin/* /usr/local/bin/ RUN chmod +x /usr/local/bin/* # Create directories in the persistent volume location