Skip to content

Commit

Permalink
More entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 8, 2024
1 parent cd26d75 commit 178725e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ ENV PATH=/venv/bin:$PATH
RUN pip install textual-dev

# change this entrypoint if it is not the same as the repo
ENTRYPOINT ["textual"] # Usage: serve "ec -b DEMO monitor" -p 8081
# Usage: serve "ec -b DEMO monitor" -p 8081
ENTRYPOINT ["textual", "serve"]
CMD ["--version"]

0 comments on commit 178725e

Please sign in to comment.