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 7debf0d commit cd26d75
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,4 +26,5 @@ 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
ENTRYPOINT ["textual"] # Usage: serve "ec -b DEMO monitor" -p 8081
CMD ["--version"]

0 comments on commit cd26d75

Please sign in to comment.