Skip to content

Commit

Permalink
Merge pull request #321 from treyhyde/master
Browse files Browse the repository at this point in the history
maintainer should be in Docker or Dockerfile will write an empty value
  • Loading branch information
muuki88 committed Aug 13, 2014
2 parents aab0858 + 6b9ba29 commit 1f78f2a
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 1f78f2a

Please sign in to comment.