dev-custom-crontab #23
@@ -3,6 +3,5 @@ WORKDIR /
 | 
				
			|||||||
COPY . opt
 | 
					COPY . opt
 | 
				
			||||||
RUN apk add --no-cache supercronic
 | 
					RUN apk add --no-cache supercronic
 | 
				
			||||||
RUN pip install requests
 | 
					RUN pip install requests
 | 
				
			||||||
RUN crontab /opt/crontab
 | 
					 | 
				
			||||||
RUN chmod +x /opt/entrypoint.sh
 | 
					RUN chmod +x /opt/entrypoint.sh
 | 
				
			||||||
CMD ["/opt/entrypoint.sh"]
 | 
					CMD ["/opt/entrypoint.sh"]
 | 
				
			||||||
		Reference in New Issue
	
	Block a user