Skip to content

Commit 503bf95

Browse files
committed
Fix entrypoint
1 parent 2618b23 commit 503bf95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY --from=build /app/.venv /app/.venv
3434
ENV PATH=/app/.venv/bin:$PATH
3535

3636
# change this entrypoint if it is not the same as the repo
37-
ENTRYPOINT ["create-gui"]
37+
ENTRYPOINT ["techui-builder"]
3838
CMD ["--version"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"rich>=14.1.0",
2929
"requests>=2.32.5",
3030
]
31-
scripts = { create-gui = "techui_builder.__main__:app" }
31+
scripts = { techui-builder = "techui_builder.__main__:app" }
3232

3333
[dependency-groups]
3434
dev = [

0 commit comments

Comments
 (0)