Skip to content

Commit

Permalink
update to api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 1, 2024
1 parent 9e65a3b commit eee0125
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . /app/api
EXPOSE 3001

RUN source ~/.bashrc \
&& poetry install --only=api
&& poetry install --only=api --no-cache

WORKDIR /app/api

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pydantic-settings = "^2.6.0"
pydantic = "^2.9.2"
uvicorn = "^0.32.0"
pyyaml = "^6.0.2"
# httpx = "^0.27.2"


[tool.poetry.group.worker.dependencies]
Expand Down

0 comments on commit eee0125

Please sign in to comment.