fix typo
All checks were successful
Deploy Amap / deploy (push) Successful in 9s

This commit is contained in:
2026-02-20 01:13:48 +01:00
parent a530e71103
commit 26f087ea8b

View File

@@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./backend /code
CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--root-path", "/api", "--forwarded-allow-ip='*'"]
CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--root-path", "/api", "--forwarded-allow-ips='*'"]