Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-delmas authored Jun 16, 2023
1 parent b41638e commit 162556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 162556d

Please sign in to comment.