Skip to content

Commit 016a407

Browse files
authored
Create README.md
1 parent 0a92626 commit 016a407

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# docker-elixir-yarn
2+
Docker image for CI builds that combines Elixir and Node+Yarn. Hosted on Docker Hub here: [skrebbel/docker-elixir-yarn](https://hub.docker.com/repository/docker/skrebbel/docker-elixir-yarn)
3+
4+
We use this at TalkJS for our CI builds. No promises that it's good for anything else!
5+
6+
To make changes from inside GitHub UI, do:
7+
- Edit the Dockerfile by opening it and clicking "Edit", then commit
8+
- Assuming you version bumped something, create a new tag by going to "releases" and clicking "Create new release". That's just `git tag` for the lazy.
9+
- Docker Hub is now going to autobuild stuff.
10+
- Update the reference to [skrebbel/docker-elixir-yarn](https://hub.docker.com/repository/docker/skrebbel/docker-elixir-yarn) inside wherever you're using it (eg circle.yml)

0 commit comments

Comments
 (0)