grim/containers/apache2-trac

Add python-psycopg2 to the image
draft
2021-05-03, Gary Kramlich
9e7a2a6b6e0a
file isExecutable
Add python-psycopg2 to the image
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /var/run/apache2/apache2.pid
exec apache2ctl -DFOREGROUND -k start "$@"