Initial thoughts

This commit is contained in:
2023-08-15 21:35:05 -05:00
parent 79cdd5cc4a
commit e00a049ba7
5 changed files with 73 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache mariadb-client rclone curl supercronic
COPY entrypoint.sh opt
CMD ["/opt/entrypoint.sh"]