feature: try to fix docker run commands

This commit is contained in:
winkidney
2022-05-04 21:12:51 +08:00
parent c2e2e75453
commit 0040d47b1e
5 changed files with 17 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/bash
poetry run gunicorn pinry.wsgi -b 0.0.0.0:8000 -w 4 \
--capture-output --timeout 30 \
--user www-data --group www-data

View File

@@ -30,4 +30,4 @@ chown -R www-data:www-data /data
/usr/sbin/nginx
cd ${PROJECT_ROOT}
./docker/scripts/_start_gunicorn.sh
make serve-gunicorn