Skip to content

Commit 59545d6

Browse files
authored
Merge pull request #2 from Majixs/dev-000002
dev-000002: change cmd for start service
2 parents ba1706b + e80f572 commit 59545d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ node_modules/
44
/playwright-report/
55
/blob-report/
66
/playwright/.cache/
7+
certs/localhost-key.pem
8+
certs/localhost.pem

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ COPY ./app /app/app
4040
RUN --mount=type=cache,target=/root/.cache/uv \
4141
uv sync
4242

43-
CMD ["fastapi", "run", "--workers", "4", "app/main.py"]
43+
CMD ["fastapi", "run", "--workers", "4", "app/main.py", "--host", "0.0.0.0", "--port", "10000"]

0 commit comments

Comments
 (0)