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