Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Apr 25, 2023
1 parent 8dada09 commit a43bd69
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 @@ -60,7 +60,7 @@ lazy val root = (project in file("."))
dockerRepository := Some("docker.io"),
dockerUsername := Some("windymelt"),
dockerUpdateLatest := true,
mappings in Universal += file("entrypoint.sh") -> "entrypoint.sh",
Universal / mappings += file("entrypoint.sh") -> "entrypoint.sh",
/* zmmではScala highlightのためにカスタムしたhighlight.jsを同梱しているが、mappingが今のところ壊れているのでDocker Imageでは直接highlight.jsをダウンロードさせる */
dockerCommands ++= Seq(
// Initnally, run as root. Go to protected user inside entrypoint.sh.
Expand Down

0 comments on commit a43bd69

Please sign in to comment.