Skip to content

Commit

Permalink
maintiner should be in Docker or Dockerfile will write an empty value
Browse files Browse the repository at this point in the history
... and fail pre build validation.
  • Loading branch information
treyhyde committed Aug 12, 2014
1 parent 5643979 commit 6b9ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/GettingStartedServers/MyFirstProject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ A basic ``build.sbt`` for Docker requires the ``linux.Keys.maintainer`` setting:

.. code-block:: scala
maintainer in Linux := "John Smith <john.smith@example.com>"
maintainer in Docker := "John Smith <john.smith@example.com>"
There are a number of other available settings:
Expand Down

0 comments on commit 6b9ba29

Please sign in to comment.