first try of automated docker builds
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and push docker image / Build (pull_request) Failing after 36s
				
			
		
			
				
	
				Test code / Test code (push) Has been cancelled
				
			
		
			
				
	
				Test code / Test code (pull_request) Has been cancelled
				
			
		
			
				
	
				Build web / Build Web (pull_request) Has been cancelled
				
			
		
			
				
	
				Build and release APK / Build APK (pull_request) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and push docker image / Build (pull_request) Failing after 36s
				
			Test code / Test code (push) Has been cancelled
				
			Test code / Test code (pull_request) Has been cancelled
				
			Build web / Build Web (pull_request) Has been cancelled
				
			Build and release APK / Build APK (pull_request) Has been cancelled
				
			This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
FROM python:3
 | 
			
		||||
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
COPY Pipfile Pipfile.lock /app/
 | 
			
		||||
COPY Pipfile Pipfile.lock .
 | 
			
		||||
 | 
			
		||||
RUN pip install pipenv
 | 
			
		||||
RUN pipenv install --deploy --ignore-pipfile
 | 
			
		||||
RUN pipenv install --deploy --system
 | 
			
		||||
 | 
			
		||||
COPY . /src
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user