#2: use gunicorn with nginx as reverse proxy
This commit is contained in:
parent
754363a92e
commit
3c1fec3f63
5 changed files with 32 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ docker-build:
|
|||
|
||||
# Run docker image (without docker-compose)
|
||||
docker-run:
|
||||
docker run --rm -ti -p 8042:8042 $(APP_NAME):latest
|
||||
docker run --rm -ti -p 8000:8000 $(APP_NAME):latest
|
||||
|
||||
|
||||
### Deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue