From 162556dacbb91d816e38d0c5bfba3266f3370467 Mon Sep 17 00:00:00 2001 From: Kevin Delmas <136729993+kevin-delmas@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:47:00 +0200 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8af87f..50474d0 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ lazy val dockerSettings = Seq( copy((Compile / doc / target).value, "doc") copy(binlib, "binlib") copy(artifact, artifactTargetPath) - copy(Seq(base / "AUTHORS.txt", base / "lesser.txt", base / "minimalBuildSBT.txt", base / "LICENCE.txt", base / "Makefile"), "./") + copy(Seq(base / "AUTHORS.txt", base / "lesser.txt", base / "minimalBuildSBT.txt", base / "LICENCE", base / "Makefile"), "./") customInstruction("RUN", "mv minimalBuildSBT.txt build.sbt") env("LD_LIBRARY_PATH" -> "/home/user/code/binlib:${LD_LIBRARY_PATH}") customInstruction("RUN", "chown -R user /home/user && chgrp -R user /home/user")