feat: Update Dockerfile for multi-platform support and add nginx configuration

This commit is contained in:
2026-01-06 16:49:27 +01:00
parent b2527ed041
commit 3e067346ff

View File

@@ -37,6 +37,12 @@ lazy val knockoutwhistweb = project.in(file("knockoutwhistweb"))
.settings(
resolvers += "GitHub Packages" at "https://maven.pkg.github.com/16Janis12/KnockOutWhist-Web",
credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
sys.env("GITHUB_USER"),
sys.env("GITHUB_TOKEN")
),
commonSettings,
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test,