mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -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