| 
									
										
										
										
											2019-06-11 01:56:41 -05:00
										 |  |  | FROM amd64/python:3.7.3-alpine | 
					
						
							| 
									
										
										
										
											2018-12-10 20:27:54 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-09 16:12:39 -06:00
										 |  |  | LABEL maintainers="dirtycajunrice,samwiseg0" | 
					
						
							| 
									
										
										
										
											2018-12-10 20:27:54 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 12:05:00 -04:00
										 |  |  | ENV DEBUG="True" | 
					
						
							| 
									
										
										
										
											2018-12-12 12:50:35 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-25 12:34:29 -06:00
										 |  |  | WORKDIR /app | 
					
						
							| 
									
										
										
										
											2018-12-11 00:05:37 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-25 12:34:29 -06:00
										 |  |  | COPY /requirements.txt /Varken.py /app/ | 
					
						
							| 
									
										
										
										
											2018-12-10 20:27:54 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-25 12:34:29 -06:00
										 |  |  | COPY /varken /app/varken | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | COPY /data /app/data | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 11:41:33 -05:00
										 |  |  | COPY /utilities /app/data/utilities | 
					
						
							| 
									
										
										
										
											2019-04-24 11:30:18 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-11 19:55:04 -04:00
										 |  |  | RUN apk add --no-cache tzdata && \ | 
					
						
							| 
									
										
										
										
											2019-06-11 01:56:41 -05:00
										 |  |  |     pip install --no-cache-dir -r /app/requirements.txt | 
					
						
							| 
									
										
										
										
											2019-01-02 23:15:12 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-10 20:27:54 -06:00
										 |  |  | CMD cp /app/data/varken.example.ini /config/varken.example.ini && python3 /app/Varken.py --data-folder /config | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-12 12:38:58 -05:00
										 |  |  | VOLUME /config |