mer. 19 août 2026 13:18:09 CEST

This commit is contained in:
EmilCh
2026-08-19 13:18:09 +02:00
commit 4825fdb38f
6 changed files with 84 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM alpine:latest
RUN apk add --no-cache postgresql16-client bash
COPY root /
RUN chmod +x /*.sh
EXPOSE 80
WORKDIR /backup
VOLUME [ "/backup" ]
CMD ["/run.sh"]