Update Dockerfile
This commit is contained in:
		
							parent
							
								
									e5fd881dec
								
							
						
					
					
						commit
						5153a3fcdd
					
				@ -6,6 +6,7 @@ ADD --chown=user requirements.txt /app/requirements.txt
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
RUN pip3 install -r requirements.txt
 | 
			
		||||
ADD --chown=user . /app
 | 
			
		||||
RUN chmod +x /app/commander.py
 | 
			
		||||
VOLUME /data
 | 
			
		||||
ENTRYPOINT [ "/app/commander.py"]
 | 
			
		||||
CMD ["-s", "/data/store.db"]
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user