cp -n docker-compose.override{.example,}.yml
docker-compose build --pull
docker-compose up
- Navigate to localhost:3000
Commits to the main
branch with be automatically deployed to the gh-pages
branch.
Production image can be built manually by running: docker-compose -f docker-compose.yml build
.