forked from data.coop/membersystem
Expose port 8000 in the image.
This commit is contained in:
parent
72c4020d96
commit
55fd4cdd6c
|
@ -42,4 +42,6 @@ ENV BUILD ${BUILD}
|
|||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["uvicorn", "project.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--workers", "3", "--lifespan", "off", "--app-dir", "/app/src"]
|
||||
|
|
Loading…
Reference in a new issue