updated some things
This commit is contained in:
parent
77c834df35
commit
a81d131247
@ -23,4 +23,4 @@ RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /
|
||||
USER appuser
|
||||
|
||||
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
|
||||
CMD ["gunicorn", "-c", "gunicorn.config.py", "wsgi:api"]
|
||||
CMD ["gunicorn", "-c", "gunicorn.config.py", "prod:api"]
|
||||
|
||||
@ -19,7 +19,7 @@ pip install -r requirements.txt
|
||||
|
||||
To run the development server run, you MUST have run `pip install` first:
|
||||
```shell
|
||||
gunicorn -c gunicorn.config.py wsgi:api
|
||||
gunicorn -c gunicorn.config.py dev:api
|
||||
```
|
||||
|
||||
Due to production container using .pipfiles and pipenv make sure to run the following to regenerate the pip files before a release commit:
|
||||
|
||||
Reference in New Issue
Block a user