basic functionality
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user