5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# Run the Python application
|
|
exec python /app/src/main.py |