yarn install
yarn jc serve
oryarn jc s
ctrl + c
- If docker containers fail to shutdown, useyarn jc kill
yarn jc --help
for a full list of commands
- Build a new base web container (When Gemfile changes):
docker build -f docker/Dockerfile.app -t youpressed/juice-core-server:0.0.1 .
- Push to dockerhub registry:
docker push youpressed/juice-core-server:0.0.1