Skip to content

Commit f42fcd9

Browse files
committed
fix server dockerfile
1 parent aada9b6 commit f42fcd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN apk add --upgrade --no-cache git \
2020

2121
WORKDIR /
2222

23+
COPY logging.conf logging.conf
24+
2325
COPY --from=build-ml-core pyproject.toml README.md ./
2426
COPY --from=build-ml-core megalinter /megalinter/
2527
RUN --mount=type=cache,target=/root/.cache/uv,from=build-ml-core \
@@ -31,3 +33,4 @@ COPY server/requirements.txt requirements.txt
3133
RUN pip install --no-cache-dir -r requirements.txt
3234

3335

36+

0 commit comments

Comments
 (0)