Skip to content

Latest commit

History

History
30 lines (18 loc) 路 692 Bytes

README.md

File metadata and controls

30 lines (18 loc) 路 692 Bytes

GoFiber Docker Boilerplate

Release Discord Test Security Linter

Development

Start the application

go run app.go

Production

docker build -t gofiber .
docker run -d -p 3000:3000 gofiber

Go to http://localhost:3000:

Go Fiber Docker Boilerplate