Fix Dockerfile entrypoint specification
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -6,4 +6,4 @@ RUN apt-get update \
 | 
			
		||||
 | 
			
		||||
COPY remote_backend /usr/local/bin/remote_backend
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT /usr/local/bin/remote_backend
 | 
			
		||||
ENTRYPOINT ["/usr/local/bin/remote_backend"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user