8000 GitHub - liqula/react-hs-docker: CI image for https://github.com/liqula/react-hs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liqula/react-hs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker image for react-hs continuous integration testing.

Related:

usage

This repo is linked against docker.io/fisx/react-hs-docker and should be automatically built on every push, but due to resource limiations this sometimes fails. If you want to re-build yourself, try this:

export MY_REPO=...  # (e.g. `fisx/react-hs-docker`.)
git clone ssh://git@github.com/liqula/react-hs-docker
cd react-hs-docker/
docker build --no-cache -t react-hs-docker .
docker login
docker tag react-hs-docker $MY_REPO
docker push $MY_REPO

Releases

No releases published

Packages

No packages published
0