Skip to content

Commit b3a4a83

Browse files
committed
fol local dev
1 parent ab3687c commit b3a4a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 ["sh", "-c", "uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-10000}"]
43+
CMD ["fastapi", "run", "--workers", "4", "app/main.py"]

frontend/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VITE_API_URL=https://waste-game-backend.onrender.com
1+
VITE_API_URL=localhost:8000
22
MAILCATCHER_HOST=http://localhost:1080

0 commit comments

Comments
 (0)