Initial commit
- Sample Dockerfile - Sample docker-compose - Sample docker-entrypoint - Whitenoise, Django, Gunicorn dependencies
.gitignore
0 → 100644
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
docker-entrypoint.sh
0 → 100755
requirements.txt
0 → 100644
Django ~= 3.0.4 | |||
whitenoise ~= 5.0.1 | |||
gunicorn ~=20.0.4 | |||
\ No newline at end of file |
Please register or sign in to comment