We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3888ab1 commit 6e771ddCopy full SHA for 6e771dd
README.md
@@ -45,17 +45,15 @@ npm run build
45
npm run lint
46
```
47
48
-### Deploy
+### Docker
49
50
-App is deployed on https://chamerling.github.io/gitlab-teams with the help of gh-pages and with some little help from git worktree.
51
-To deploy a new version:
+Docker image is built on commit and available on Docker Hub.
52
53
-1. `rm -fr dist/*`
54
-2. `npm run build`
55
-3. `cd dist`
56
-4. `git add .`
57
-5. `git commit -am 'VXYZ'`
58
-6. `git push origin gh-pages`
+```sh
+docker run -it -p 8888:80 --rm --name gitlab-teams chamerling/gitlab-teams
+```
+
+Then open http://localhost:8888 and enjoy.
59
60
## License
61
0 commit comments