Skip to content

Commit

Permalink
Merge branch 'master' into fix-local-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
not7cd authored Nov 1, 2024
2 parents 301ef19 + 38ba92b commit e708a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY pyproject.toml /app/
COPY poetry.lock /app/

WORKDIR /app
RUN poetry install --no-dev
RUN poetry install --only main
COPY . .

RUN mkdir /data && chown nobody /data
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "1.5.0"
description = ""
authors = ["Norbert Szulc <[email protected]>"]
packages = [{ include = "whois" }]
package-mode = false

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

0 comments on commit e708a0c

Please sign in to comment.