Skip to content

Commit e1e5b77

Browse files
committed
update docker config
1 parent 4064c2a commit e1e5b77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV UV_COMPILE_BYTECODE 0
66
ENV UV_LINK_MODE=copy
77

88
RUN uv venv --python 3.11.11
9+
RUN uv sync
910
ADD . /backend
1011

1112
ENV PATH="/app/.venv/bin:$PATH"

Dockerfile.test

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV UV_COMPILE_BYTECODE 0
66
ENV UV_LINK_MODE=copy
77

88
RUN uv venv --python 3.11.11
9+
RUN uv sync
910
ADD . /backend
1011

1112
ENV PATH="/app/.venv/bin:$PATH"

0 commit comments

Comments
 (0)