Skip to content

Commit 9eaf3d4

Browse files
Update API_DOCUMENTATION.md
1 parent 46c73e4 commit 9eaf3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

API_DOCUMENTATION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ The application includes a Procfile
7878

7979
**Procfile:**
8080
```
81-
web: gunicorn --bind 0.0.0.0:9020 run:app
82-
worker: celery -A celery_worker.celery worker --loglevel=info
81+
web: ./start.sh
8382
```
8483

8584
**Usage:**

0 commit comments

Comments
 (0)