From 3e067346ffe3bdc62dc936ea8e79ae9293d86351 Mon Sep 17 00:00:00 2001 From: Janis Date: Tue, 6 Jan 2026 16:49:27 +0100 Subject: [PATCH] feat: Update Dockerfile for multi-platform support and add nginx configuration --- build.sbt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sbt b/build.sbt index 475cda6..36824d4 100644 --- a/build.sbt +++ b/build.sbt @@ -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,