fix dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Midou36O 2022-11-30 14:20:57 +01:00
parent db4e05f1b7
commit cda9cc8322
Signed by: midou
GPG Key ID: 08063D5407090BC2

View File

@ -36,7 +36,7 @@ func main() {
app := fiber.New(fiber.Config{
Views: engine,
Prefork: true,
Prefork: false,
AppName: "GotHub",
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
code := fiber.StatusInternalServerError