Update wrapper/dockerfile
This commit is contained in:
		
							parent
							
								
									dcff277d1a
								
							
						
					
					
						commit
						f123084286
					
				@ -25,7 +25,7 @@ RUN if [ "$WITH_PLAYWRIGHT" = "1" ]; then \
 | 
				
			|||||||
COPY requirements.txt /app/requirements-wrapper.txt
 | 
					COPY requirements.txt /app/requirements-wrapper.txt
 | 
				
			||||||
RUN pip install --no-cache-dir -r /app/requirements-wrapper.txt
 | 
					RUN pip install --no-cache-dir -r /app/requirements-wrapper.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ---- wrapper entrypoint ----
 | 
					# ---- wrapper entrypoint (use the wrapper) ----
 | 
				
			||||||
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
 | 
					COPY start.sh /app/start.sh
 | 
				
			||||||
RUN chmod +x /app/docker-entrypoint.sh
 | 
					RUN chmod +x /app/start.sh
 | 
				
			||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
 | 
					ENTRYPOINT ["/app/start.sh"]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user