Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 419 Bytes

JIRA Clone Docker

This is a ready-for-docker version of JIRA Clone.

This project does not completely work yet, but you can try it out by executing

docker-compose up -d --build

BuildKit is recommended for concurrent build. If enabled on your Docker environment, execute as follows instead.

COMPOSE_DOCKER_CLI_BUILD=1 docker-compose up -d --build