From ccf993bff25b4551a70c1f0263695f828df15a02 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 7 Jan 2026 11:24:00 +0100 Subject: [PATCH] feat: Update Dockerfile for multi-platform support and add nginx configuration --- knockoutwhistweb/conf/application.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knockoutwhistweb/conf/application.conf b/knockoutwhistweb/conf/application.conf index d413134..6ecdc7e 100644 --- a/knockoutwhistweb/conf/application.conf +++ b/knockoutwhistweb/conf/application.conf @@ -14,6 +14,8 @@ auth { publicKeyPem = ${?PUBLIC_KEY_PEM} } +play.http.context="/api" + play.modules.enabled += "modules.GatewayModule" play.filters.enabled += "play.filters.cors.CORSFilter"