This commit is contained in:
parent
e1a1b4dc7d
commit
47e12b4452
|
@ -14,6 +14,6 @@ RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENV PORT=8000
|
ENV PORT=8000
|
||||||
EXPOSE $PORT
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "$PORT"]
|
CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "8000"]
|
Loading…
Reference in New Issue
Block a user