mirror of
https://gitlab.com/2-chainz/2chainz.git
synced 2026-06-03 21:10:33 +00:00
fix port
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ COPY . /app
|
|||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||||
uv sync --locked --no-dev
|
uv sync --locked --no-dev
|
||||||
|
|
||||||
CMD ["uv", "run", "fastapi", "run", "src/two_chainz"]
|
CMD ["uv", "run", "fastapi", "run", "src/two_chainz", "--port", "80"]
|
||||||
|
|||||||
Reference in New Issue
Block a user