shogun-admin
should be used in a Docker environment. The easiest way to do this is to use shogun-docker which includes the image.
Assuming the following directory structure
shogun-directory/
├── shogun-docker (https://github.com/terrestris/shogun-docker)
├── shogun-admin (this repository)
└── …
You can simply mount the shogun-admin
into your docker-compose environment:
shogun-admin:
build:
context: ../shogun-admin
dockerfile: Dockerfile.dev
volumes:
- ../shogun-admin:/app
Allowed Tags for semantic release (see the FAQs for more information about this):
- Breaking changes:
breaking
- Features:
feat
- Bugfixes:
fix
, - Package updates:
chore
- Style:
style
- Changes in configuration:
ci
,config
-
docs
,refactor
,test
,norelease