Skip to content

Commit f1cd48e

Browse files
authoredMar 10, 2025
Fix typos in Dockerfile comments (#539)
1 parent d1fd846 commit f1cd48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎backend/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ WORKDIR /fba
4343
ENV PYTHONPATH=/fba
4444
RUN python3 backend/scripts/init_plugin.py
4545

46-
# === FastPAI server iamge ===
46+
# === FastAPI server image ===
4747
FROM base_server AS fastapi_server
4848

4949
WORKDIR /fba
@@ -57,7 +57,7 @@ EXPOSE 8001
5757

5858
CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port","8000"]
5959

60-
# === Celery server iamge ===
60+
# === Celery server image ===
6161
FROM base_server AS celery
6262

6363
WORKDIR /fba/backend/

0 commit comments

Comments
 (0)