luanpoppe commited on
Commit
ecec946
·
1 Parent(s): 9a3d7f9

fix: nova tentativa

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ EXPOSE 8000
31
  # CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
32
  # CMD ["gunicorn", "setup.wsgi"]
33
  # CMD ["gunicorn", "setup.wsgi:application", "--bind", ":8000"]
34
- CMD ["uvicorn", "setup.asgi:application", "--host", "0.0.0.0", "--port", "8000"]
35
 
36
  # # Create a non-privileged user that the app will run under.
37
  # # See https://docs.docker.com/go/dockerfile-user-best-practices/
 
31
  # CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
32
  # CMD ["gunicorn", "setup.wsgi"]
33
  # CMD ["gunicorn", "setup.wsgi:application", "--bind", ":8000"]
34
+ CMD ["uvicorn", "setup.asgi:application", "--host", "0.0.0.0", "--port", "7860"]
35
 
36
  # # Create a non-privileged user that the app will run under.
37
  # # See https://docs.docker.com/go/dockerfile-user-best-practices/