wrong directory being made

This commit is contained in:
2025-10-20 16:07:27 -07:00
parent 8bc1ae86e7
commit 416d2ab3e5

View File

@@ -26,7 +26,6 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /usr/local/bin /config /etc/services.d/backupbot
# Copy the backup script
COPY backup.sh /usr/local/bin/backup.sh
RUN chmod +x /usr/local/bin/backup.sh