Not tested yet
This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Run the Python application
|
||||
exec python /app/src/main.py
|
||||
Reference in New Issue
Block a user