Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Shpak committed Mar 18, 2023
1 parent 6246529 commit d181bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11-slim as base-image
ARG chatushka_version
WORKDIR /service
RUN pip install chatushka==$chatushka_version
RUN pip install -v --pre chatushka==$chatushka_version
ENTRYPOINT ["chatushka"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/shpaker/chatushka"
repository = "https://github.com/shpaker/chatushka"

[tool.poetry.scripts]
makeqr = 'chatushka.__main__:main'
chatushka = 'chatushka.__main__:main'

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

0 comments on commit d181bbb

Please sign in to comment.