fix
build (backupdb) TeamCity build finished
Details
build (backupdb) TeamCity build finished
Details
This commit is contained in:
parent
22ad368271
commit
0db9c1c0cb
|
|
@ -17,7 +17,7 @@ RUN apt-get update || true && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY scripts/backup-mariabackup.sh /backup.sh
|
COPY scripts/backup.sh /backup.sh
|
||||||
# Create config directory
|
# Create config directory
|
||||||
RUN mkdir -p /root/.config/rclone && \
|
RUN mkdir -p /root/.config/rclone && \
|
||||||
chmod +x /backup.sh
|
chmod +x /backup.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue