We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2618b23 commit 503bf95Copy full SHA for 503bf95
Dockerfile
@@ -34,5 +34,5 @@ COPY --from=build /app/.venv /app/.venv
34
ENV PATH=/app/.venv/bin:$PATH
35
36
# change this entrypoint if it is not the same as the repo
37
-ENTRYPOINT ["create-gui"]
+ENTRYPOINT ["techui-builder"]
38
CMD ["--version"]
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"rich>=14.1.0",
29
"requests>=2.32.5",
30
]
31
-scripts = { create-gui = "techui_builder.__main__:app" }
+scripts = { techui-builder = "techui_builder.__main__:app" }
32
33
[dependency-groups]
dev = [
0 commit comments