Skip to content

Commit

Permalink
uninstall json-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Douwe M Osinga committed Nov 8, 2024
1 parent c083926 commit f00b2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ENV VIRTUAL_ENV=/opt/venv
COPY requirements.txt ./
RUN /root/.cargo/bin/uv venv ${VIRTUAL_ENV}
RUN /root/.cargo/bin/uv pip install --no-cache -r requirements.txt
RUN /root/.cargo/bin/uv pip uninstall -y json-fix || true

FROM node:16 AS frontend
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The easiest way to get started is to use the docker image. This will give you a

```shell

docker-compose up -d
docker compose up -d

```

Expand Down

0 comments on commit f00b2c8

Please sign in to comment.