Skip to content

Commit 79d9851

Browse files
authored
Merge pull request #202 from LeslieLeung/fix/docker-build
2 parents b345eb8 + 97b52c6 commit 79d9851

3 files changed

Lines changed: 119 additions & 117 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN pip install poetry && poetry config virtualenvs.create false
77

88
# dependencies
99
COPY pyproject.toml poetry.lock ./
10-
RUN poetry install
10+
RUN poetry install --without dev
1111

1212
USER appuser
1313
COPY heimdallr ./heimdallr

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = ""
55
authors = ["Leslie Leung <lesily9@gmail.com>"]
66
license = "GPL-3.0"
77
readme = "README.md"
8+
package-mode = false
89

910
[tool.poetry.dependencies]
1011
python = "^3.11"

0 commit comments

Comments
 (0)