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

This commit is contained in:
2022-11-30 14:20:57 +01:00
parent db4e05f1b7
commit cda9cc8322

View File

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