Files
wger/extras/docker/demo/venvwrapper
Roland Geider 3db6b38ece Rename apache image to demo
That's the image's purpose and which server is used is no important
2021-10-01 10:43:17 +02:00

6 lines
82 B
Bash

#!/bin/bash
. /home/wger/venv/bin/activate
python /home/wger/src/manage.py "$@"