Resolve "evaluate uv"
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./config/kontor-docker/logging-config.yaml /root/.config/kontor-docker/logging-config.yaml
|
||||
COPY ./config/kontor-docker/database-config.yaml /root/.config/kontor-docker/database-config.yaml
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
|
||||
COPY ./app /code/app
|
||||
|
||||
CMD ["fastapi", "run", "app/main.py", "--port", "8800"]
|
||||
|
||||
Reference in New Issue
Block a user