We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sbt docker:stage generates only one docker file.
sbt docker:stage
Two files are generated:
tree target/docker target/docker/ ├── Dockerfile <---- here └── stage ├── Dockerfile <---- here └── opt └── docker ├── bin │ ├── docker-test │ └── docker-test.bat └── lib ├── docker-test.docker-test-0.1.0.jar
This causes a lot of confusion as in #1006
The text was updated successfully, but these errors were encountered:
Remove redundant Dockerfile
f7ca138
Fixes sbt#1060
Remove redundant Dockerfile (#1062)
1cc81a0
* Remove redundant Dockerfile Fixes #1060 * Update tests * Change stage task to use dependsOn
No branches or pull requests
Expected behaviour
sbt docker:stage
generates only one docker file.Actual behaviour
Two files are generated:
This causes a lot of confusion as in #1006
The text was updated successfully, but these errors were encountered: