mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2026-02-05 03:55:14 -05:00
feat(docker): update Dockerfile and entrypoint script for Python path configuration and package verification
This commit is contained in:
@@ -14,7 +14,7 @@ trap handle_term SIGTERM SIGINT
|
||||
|
||||
# Start the application
|
||||
echo "Starting SimpleGuardHome server..."
|
||||
python -m simpleguardhome.main &
|
||||
PYTHONPATH=/app/src python -m simpleguardhome.main &
|
||||
|
||||
# Store child PID
|
||||
child=$!
|
||||
|
||||
Reference in New Issue
Block a user