mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix wait-for-it clone
This commit is contained in:
		@@ -25,8 +25,7 @@ RUN python -m venv venv && \
 | 
				
			|||||||
    venv/bin/pip install -r requirements.txt
 | 
					    venv/bin/pip install -r requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# add wait for it
 | 
					# add wait for it
 | 
				
			||||||
RUN git clone https://github.com/vishnubob/wait-for-it.git /wait-for-it
 | 
					RUN git clone https://github.com/vishnubob/wait-for-it.git
 | 
				
			||||||
RUN chmod a+x /wait-for-it/wait-for-it.sh
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY docker-entrypoint.sh /usr/local/bin/
 | 
					COPY docker-entrypoint.sh /usr/local/bin/
 | 
				
			||||||
ENTRYPOINT ["docker-entrypoint.sh"]
 | 
					ENTRYPOINT ["docker-entrypoint.sh"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user