From 6b9ba29d4572a4f4e4ed80ddca0258b64b09f71c Mon Sep 17 00:00:00 2001 From: Trey Hyde Date: Tue, 12 Aug 2014 16:12:43 -0700 Subject: [PATCH] maintiner should be in Docker or Dockerfile will write an empty value ... and fail pre build validation. --- src/sphinx/GettingStartedServers/MyFirstProject.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/GettingStartedServers/MyFirstProject.rst b/src/sphinx/GettingStartedServers/MyFirstProject.rst index f2bc2ee62..8cb5f5bca 100644 --- a/src/sphinx/GettingStartedServers/MyFirstProject.rst +++ b/src/sphinx/GettingStartedServers/MyFirstProject.rst @@ -116,7 +116,7 @@ A basic ``build.sbt`` for Docker requires the ``linux.Keys.maintainer`` setting: .. code-block:: scala - maintainer in Linux := "John Smith " + maintainer in Docker := "John Smith " There are a number of other available settings: