Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
- add package
- change --no-dev to --only main
  • Loading branch information
mari1912 committed Jul 2, 2024
1 parent 766458b commit 544d838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . /backend
COPY ./utils/docker/entrypoint.sh /entrypoint.sh
WORKDIR /backend

RUN poetry install --no-interaction --no-dev
RUN poetry install --no-interaction --only main

ENV DJANGO_APP="kernelCI"

Expand Down
1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = "Django Backend"
authors = ["Your Name <[email protected]>"]
readme = "README.md"
packages = [{ include = 'kernelCI' }]

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 544d838

Please sign in to comment.