mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix Ports
This commit is contained in:
		@@ -8,7 +8,7 @@ ENV FLASK_APP=nopaque.py
 | 
			
		||||
ENV LANG=C.UTF-8
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
EXPOSE 8000
 | 
			
		||||
EXPOSE 5000
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
@@ -34,9 +34,6 @@ RUN python -m venv venv \
 | 
			
		||||
 && mkdir logs
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
VOLUME ["/home/nopaque/logs", "/home/nopaque/migrations"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
COPY ["docker-entrypoint.sh", "/usr/local/bin/"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user