-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate docker build and publish. #62
Comments
@janoside I was also wondering about this. I would love to run this in Docker (pulled from Docker Hub) vs installing manually with NPM. Also, there are a bunch of no-name builds of this out there, would be nice to have an officially blessed container. |
FYI if anyone finds this. My main issue was having to clone the repo first. However, Docker Compose allows you to build from a remote URL without cloning the repo first.
|
about this I just send a PR to include a working docker-compose.yml file #549 |
Currently, there is one remotely close published docker image of this repo and it seems to be outdated. Seeing as you have a dockerfile in the project already, I'd recommend you configure an automated build on Dockerhub. See https://docs.docker.com/docker-hub/github/
The text was updated successfully, but these errors were encountered: