Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -66,9 +66,6 @@ GraphQL, Django, and ReactJS."
|
|
66 |
org.opencontainers.image.licenses="BSD 3"
|
67 |
|
68 |
|
69 |
-
RUN ["python", "manage.py", "makemigrations"]
|
70 |
-
|
71 |
-
RUN ["python", "manage.py", "migrate"]
|
72 |
|
73 |
|
74 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "4", "--worker-class", "saleor.asgi.gunicorn_worker.UvicornWorker", "saleor.asgi:application"]
|
|
|
66 |
org.opencontainers.image.licenses="BSD 3"
|
67 |
|
68 |
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "4", "--worker-class", "saleor.asgi.gunicorn_worker.UvicornWorker", "saleor.asgi:application"]
|