Verified Commit 5359f6a5 authored by Raphael Mäder's avatar Raphael Mäder
Browse files

Fix permissions for filemanager docker mounts

parent 0185631b
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ lazy val server = (project in file("server"))
        "MYSQL_DATABASE"          -> "db_play-cms-demo",
        "MYSQL_USER"              -> "play-cms-demo",
        "MYSQL_PASSWORD"          -> "s3cr3t",
        "MOXIEMANAGER_SECRET_KEY" -> "12345678",
        "ELASTICSEARCH_ENABLE"    -> "false",
        "ELASTICSEARCH_INDEX"     -> "play-cms-demo",
        "ELASTICSEARCH_HOST"      -> "localhost",
@@ -212,5 +211,9 @@ lazy val sharedJs = shared.js
// End of ScalaJs Integration
//////////////////////////

// loads the Play server project at sbt startup
onLoad in Global := (Command.process("project server", _: State)) compose (onLoad in Global).value
// Set default project
lazy val root = project.in(file("."))
  .settings(
    name := Settings.name,
    onLoad in Global ~= (_ andThen ("project server" :: _))
  )
+0 −0

File moved.

+0 −0

Empty file added.