cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
374 stars 40 forks source link

Cannot build Docker image #43

Closed julianwegkamp closed 7 years ago

julianwegkamp commented 7 years ago

Description

Small one: The pet=store project.clj defines version "0.9.0-SNAPSHOT" while the Dockerfile contains an ADD for target/pet-store-0.0.1-SNAPSHOT-standalone.jar that cannot be found when building the image.

ohpauleez commented 7 years ago

Thanks for reporting the inconsistency! Things like this slip through when we do a project-wide sed command to move versions. Fixed on master