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