You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a Docker container w/ the application default arguments in /etc/default/<name>. I've started with the simplest possible example sbt-native-packager-examples / docker. As far as I understand not all of the documentation is up-to-date to the current 1.0.0-M1 release, so I had to dig a bit myself. Unfortunately I still cannot manage to create etc/default/.. automatically.
I am trying to build a Docker container w/ the application default arguments in
/etc/default/<name>
. I've started with the simplest possible example sbt-native-packager-examples / docker. As far as I understand not all of the documentation is up-to-date to the current 1.0.0-M1 release, so I had to dig a bit myself. Unfortunately I still cannot manage to createetc/default/..
automatically.I have a master branch of https://github.com/muuki88/sbt-native-packager-examples w/ the following changes:
Running
sbt clean docker:stage
indocker
folder results in:The text was updated successfully, but these errors were encountered: