Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a Dockerfile rather than Scala? #875

Closed
JontyMC opened this issue Sep 12, 2016 · 3 comments
Closed

Use a Dockerfile rather than Scala? #875

JontyMC opened this issue Sep 12, 2016 · 3 comments

Comments

@JontyMC
Copy link

JontyMC commented Sep 12, 2016

Is it possible to use an actual Dockerfile rather than specify it in Scala? Docker uses would expect to see a Dockerfile so they can easily see the dependencies of the app.

@fiadliel
Copy link
Contributor

If you have a Dockerfile, what benefit do you expect from a plugin, over "docker build ."?

@JontyMC
Copy link
Author

JontyMC commented Sep 12, 2016

Yeah, realised this after posting. New to play and sbt. I think I just want to call "sbt stage" then docker build. Thanks.

@JontyMC JontyMC closed this as completed Sep 12, 2016
@muuki88
Copy link
Contributor

muuki88 commented Sep 13, 2016

If you call docker:stage you'll get a Dockerfile in your staging directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants