docker file test NOT WORKING
This commit is contained in:
parent
07e683e10a
commit
4d9fa187b2
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"]
|
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
#########################
|
||||
app:
|
||||
build: .
|
||||
image: bml-tg-notify
|
||||
restart: always
|
||||
env_file: .env
|
Loading…
x
Reference in New Issue
Block a user