ar08 commited on
Commit
585cb85
·
verified ·
1 Parent(s): a64b600

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -65,4 +65,4 @@ GraphQL, Django, and ReactJS."
65
  org.opencontainers.image.authors="Saleor Commerce (https://saleor.io)" \
66
  org.opencontainers.image.licenses="BSD 3"
67
 
68
- CMD ["gunicorn", "--bind", ":8000", "--workers", "4", "--worker-class", "saleor.asgi.gunicorn_worker.UvicornWorker", "saleor.asgi:application"]
 
65
  org.opencontainers.image.authors="Saleor Commerce (https://saleor.io)" \
66
  org.opencontainers.image.licenses="BSD 3"
67
 
68
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "4", "--worker-class", "saleor.asgi.gunicorn_worker.UvicornWorker", "saleor.asgi:application"]