docker file test NOT WORKING

This commit is contained in:
2022-09-23 20:07:44 +05:00
parent 07e683e10a
commit 4d9fa187b2
2 changed files with 18 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM alpine:latest
WORKDIR /root
RUN apk update \
&& apk add bash curl jq
COPY bml-tg-notify.sh .
CMD ["./bml-tg-notify.sh"]