This commit is contained in:
parent
758e0dd6ab
commit
400842a378
@ -10,4 +10,4 @@ RUN poetry install --no-root
|
||||
|
||||
COPY main.py .
|
||||
|
||||
CMD ["poetry", "run", "sanic", "--port", "8080", "main"]
|
||||
CMD ["poetry", "run", "sanic", "--port", "8080", "--host", "0.0.0.0", "main"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user