add docker file

This commit is contained in:
yourok
2024-01-13 12:02:27 +03:00
parent ed8620fe47
commit 8aec83c485
3 changed files with 153 additions and 0 deletions

6
docker/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine
LABEL maintainer "yourok"
RUN apk add --no-cache wget
COPY start.sh /start.sh
ENTRYPOINT /start.sh