mirror of
https://github.com/pinry/pinry.git
synced 2026-07-04 09:49:09 +02:00
feature: try to fix docker run commands
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user