1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-15 17:36:39 +00:00
This commit is contained in:
Anson 2025-05-23 14:58:40 -06:00
parent 8263480b72
commit b5f8dae3b9

View File

@ -22,4 +22,4 @@ COPY . /app
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev
CMD ["uv", "run", "fastapi", "run", "src/two_chainz"]
CMD ["uv", "run", "fastapi", "run", "src/two_chainz", "--port", "80"]