This commit is contained in:
mike
2025-12-11 08:48:13 +01:00
parent 9237ad48fe
commit 3cb1b57ac5
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN apt-get update && \
WORKDIR /opt/finish
# Copy application files
COPY finish.sh /usr/bin/finish
COPY src/finish.sh /usr/bin/finish
COPY README.md LICENSE ./
# Make script executable