While running sbt docker following occurs:
[info] Removing intermediate container 0b0d58c192b4
[info] Step 4 : RUN chmod +x /lift/lift-exercise/bin/lift-exercise
[info] ---> Running in 440205bc1eee
[info] chmod: cannot access '/lift/lift-exercise/bin/lift-exercise': No such file or directory
[info] ---> Running in 81b471b986ee
[info] time="2015-02-03T13:43:37+01:00" level="info" msg="The command [chmod +x /lift/lift-exercise/bin/lift-exercise] returned a non-zero code: 1"
[info]
[info] chmod: cannot access '/lift/lift-profile/bin/lift-profile': No such file or directory
[info] ---> b53f6771348c
[info] time="2015-02-03T13:43:37+01:00" level="info" msg="The command [chmod +x /lift/lift-profile/bin/lift-profile] returned a non-zero code: 1"
[info]
[info] Removing intermediate container a92763c37f36
[info] Step 4 : RUN chmod +x /lift/lift-notification/bin/lift-notification
[info] ---> Running in b540edfd4b03
[info] chmod: cannot access '/lift/lift-notification/bin/lift-notification': No such file or directory
[info] time="2015-02-03T13:43:38+01:00" level="info" msg="The command [chmod +x /lift/lift-notification/bin/lift-notification] returned a non-zero code: 1"
[info]
[trace] Stack trace suppressed: run last notification/:docker for the full output.
[trace] Stack trace suppressed: run last profile/:docker for the full output.
[trace] Stack trace suppressed: run last exercise/*:docker for the full output.
error Nonzero exit code: 1
error Nonzero exit code: 1
error Nonzero exit code: 1
[error] Total time: 64 s, completed Feb 3, 2015 1:43:38 PM
While running sbt docker following occurs:
[info] Removing intermediate container 0b0d58c192b4
[info] Step 4 : RUN chmod +x /lift/lift-exercise/bin/lift-exercise
[info] ---> Running in 440205bc1eee
[info] chmod: cannot access '/lift/lift-exercise/bin/lift-exercise': No such file or directory
[info] ---> Running in 81b471b986ee
[info] time="2015-02-03T13:43:37+01:00" level="info" msg="The command [chmod +x /lift/lift-exercise/bin/lift-exercise] returned a non-zero code: 1"
[info]
[info] chmod: cannot access '/lift/lift-profile/bin/lift-profile': No such file or directory
[info] ---> b53f6771348c
[info] time="2015-02-03T13:43:37+01:00" level="info" msg="The command [chmod +x /lift/lift-profile/bin/lift-profile] returned a non-zero code: 1"
[info]
[info] Removing intermediate container a92763c37f36
[info] Step 4 : RUN chmod +x /lift/lift-notification/bin/lift-notification
[info] ---> Running in b540edfd4b03
[info] chmod: cannot access '/lift/lift-notification/bin/lift-notification': No such file or directory
[info] time="2015-02-03T13:43:38+01:00" level="info" msg="The command [chmod +x /lift/lift-notification/bin/lift-notification] returned a non-zero code: 1"
[info]
[trace] Stack trace suppressed: run last notification/:docker for the full output.
[trace] Stack trace suppressed: run last profile/:docker for the full output.
[trace] Stack trace suppressed: run last exercise/*:docker for the full output.
error Nonzero exit code: 1
error Nonzero exit code: 1
error Nonzero exit code: 1
[error] Total time: 64 s, completed Feb 3, 2015 1:43:38 PM