mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-03 17:08:00 +00:00 
			
		
		
		
	Solved other port mapping issues
This commit is contained in:
		@@ -11,5 +11,4 @@ RUN pip install --no-cache-dir -r requirements.txt
 | 
			
		||||
# Copy application code
 | 
			
		||||
COPY app/ .
 | 
			
		||||
 | 
			
		||||
# Start command using shell to allow env substitution
 | 
			
		||||
CMD sh -c "exec python app.py --port=\${PORT}"
 | 
			
		||||
CMD ["python", "app.py"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user