When I run it as a docker container, it exits right away, only displaying the help text:
$ docker run -p 3000:3000 nrocco/bookmarks
Personal zero-touch bookmarking app in the cloud, with full text search support.
Usage:
bookmarks [command]
Available Commands:
help Help about any command
...
What can I do to get this running as a Docker container rather than a CLI?
When I run it as a docker container, it exits right away, only displaying the help text:
What can I do to get this running as a Docker container rather than a CLI?
Thank you, Daniel