Skip to content

Commit

Permalink
add ! uwsgi to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-yanushchyk-valor committed Dec 3, 2024
1 parent c299ab1 commit f5abcf8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ LABEL distro="test"
COPY . /code
WORKDIR /code

RUN pip install uv
# uwsgi
RUN pip install uv uwsgi

RUN --mount=type=cache,target=/root/.uv-cache \
uv sync -v \
Expand Down Expand Up @@ -172,8 +171,7 @@ COPY docker/conf/config.toml /etc/xdg/pdm/config.toml
COPY . /code
WORKDIR /code

RUN pip install uv
# uwsgi
RUN pip install uv uwsgi

RUN --mount=type=cache,target=/root/.uv-cache \
uv sync -v \
Expand Down

0 comments on commit f5abcf8

Please sign in to comment.