4a77268 3171fa3 66d9efc ab68865 66d9efc fd9ae66 50733bc 35a4b00
1
2
3
4
5
6
7
8
9
10
11
FROM python:3.10.13 WORKDIR / RUN pip install -r requirements.txt RUN useradd -m -u 1000 user USER user CMD ["fastapi", "run", "app/main.py", "--port", "80"]