Robert Johnstone
Results
1
issues of
Robert Johnstone
``` # docker run --rm \ -e PROJECT_NAME=genesys_call_recording \ -v $(pwd):/code \ mjstealey/django-startproject-docker \ --nginx \ --ssl-certs \ --owner-uid $(id -u) \ --owner-gid $(id -g) ### Generate with Nginx ###...