mer. 19 août 2026 18:06:07 CEST

This commit is contained in:
EmilCh
2026-08-19 18:06:07 +02:00
parent c1fd4dc55c
commit c9ce241ec8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache postgresql17-client bash
RUN apk add --no-cache postgresql18-client bash
COPY root /
RUN chmod +x /*.sh
EXPOSE 80