#!/bin/bash # Start Nginx in the background nginx & echo "Starting the main application: python server.py" # Execute the Python server command exec python /app/server/server.py