tool copy fix
This commit is contained in:
@@ -31,8 +31,8 @@ RUN GOG_VERSION=$(curl -s https://api.github.com/repos/steipete/gogcli/releases/
|
|||||||
&& chmod +x /usr/local/bin/gog
|
&& chmod +x /usr/local/bin/gog
|
||||||
|
|
||||||
# Copy custom tools into the image
|
# Copy custom tools into the image
|
||||||
COPY docker/tools/* /usr/local/bin/
|
COPY tools/* /usr/local/bin/
|
||||||
COPY docker/bin/* /usr/local/bin/
|
COPY bin/* /usr/local/bin/
|
||||||
RUN chmod +x /usr/local/bin/*
|
RUN chmod +x /usr/local/bin/*
|
||||||
|
|
||||||
# Create directories in the persistent volume location
|
# Create directories in the persistent volume location
|
||||||
|
|||||||
Reference in New Issue
Block a user