This is a docker based Giraffe boilerplate that uses the giraffe-template to give you a fresh project to get started with.
-
Copy configuration
cp docker/config/web.example.env docker/config/web.env
-
Open
docker/config/web.env
and changeSCAFFOLD_APP_NAME=
to the otp name you want for your app -
Run: docker-compose up
-
Done. Visit localhost:5000
Giraffe-Docker-Boilerplate is released under the MIT License.