Closed stevedunne closed 1 year ago
Build the docker image using docker build -t scrumblr . Then run using docker-compose up -d
docker build -t scrumblr .
docker-compose up -d
Tks a lot, totally what I was about to patch :heart: If this repo's still maintained, @aliasaria, please merge it :pray:
Build the docker image using
docker build -t scrumblr .
Then run usingdocker-compose up -d