first commit
This commit is contained in:
		
							
								
								
									
										9
									
								
								data/apidemo-cron/build/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								data/apidemo-cron/build/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| FROM ubuntu:22.04 | ||||
|  | ||||
| RUN apt-get update && apt-get -y upgrade  | ||||
| RUN apt-get -y install cron curl jq dos2unix | ||||
|  | ||||
| COPY entrypoint.sh /opt/entrypoint.sh | ||||
| RUN dos2unix /opt/entrypoint.sh ; chmod +x /opt/entrypoint.sh | ||||
|  | ||||
| CMD ["sh", "/opt/entrypoint.sh"] | ||||
		Reference in New Issue
	
	Block a user