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"]
 | 
			
		||||
							
								
								
									
										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
 | 
			
		||||
		Reference in New Issue
	
	Block a user