This commit is contained in:
Samuel Aubertin
2026-01-11 12:46:53 +01:00
commit c8dd558ffb
4 changed files with 86 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:3.20
COPY app.sh /usr/local/bin/app.sh
RUN chmod +x /usr/local/bin/app.sh
CMD ["/usr/local/bin/app.sh"]