docker file test NOT WORKING
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user