fix dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

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