typo
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s

This commit is contained in:
2025-10-19 21:14:08 -07:00
parent 8596b18942
commit 966f9c7c2a

View File

@@ -2,7 +2,7 @@
FROM postgres:17-alpine
# Install Docker CLI + bash + core utilities
RUN apk add --no-cache docker-cli bash coreutils btrfs-prog \
RUN apk add --no-cache docker-cli bash coreutils btrfs-progs \
&& mkdir -p /backups
# Copy backup script