2 lines
100 B
Plaintext
2 lines
100 B
Plaintext
web: mkdocs build && gunicorn -w 4 -b 0.0.0.0:5000 'whitenoise.run:WhiteNoiseApplication("public")'
|