basic functionality

This commit is contained in:
helmi
2025-11-27 00:49:42 +00:00
parent 9acedb73a7
commit 9f3686f466
6 changed files with 118 additions and 5 deletions

View File

@@ -23,4 +23,11 @@ RUN apt-get update && \
apt-get install -y proxmox-backup-client && \
rm -rf /var/lib/apt/lists/*
CMD ["proxmox-backup-client", "--help"]
# Add script
WORKDIR /app
COPY ./app/* .
# Change Permissions
RUN chmod +x ./backup.sh
CMD ./backup.sh