COW / entrypoint.sh
sunboy0628's picture
Update entrypoint.sh
38821e3 verified
raw
history blame contribute delete
120 Bytes
#!/bin/bash
set -e
chown -R agent:agent /home 2>/dev/null || true
exec su -s /bin/bash agent -c "python3 /app/app.py"