Add port argument in Dockerfile
All checks were successful
/ build (push) Successful in 37s

This commit is contained in:
Pal Kerecsenyi 2024-04-20 14:29:07 +01:00
parent 7eace69b05
commit 758e0dd6ab
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -10,4 +10,4 @@ RUN poetry install --no-root
COPY main.py . COPY main.py .
CMD ["poetry", "run", "sanic", "main"] CMD ["poetry", "run", "sanic", "--port", "8080", "main"]