Skip to content

Commit

Permalink
jenkins-x-buildpacks#33 | Ola | Fix issue with the name of the servic…
Browse files Browse the repository at this point in the history
…e jar file
  • Loading branch information
ofadeyi committed Aug 20, 2019
1 parent 8f65da6 commit 4edf562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/vertx-grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.3.0 && \
chmod +x /bin/grpc_health_probe

# Copy your fat jar and the config file to the to the container
COPY service/target/REPLACE_ME_APP_NAME-*.jar $VERTX_HOME/vertx-app.jar
COPY service/target/service-*.jar $VERTX_HOME/vertx-app.jar

0 comments on commit 4edf562

Please sign in to comment.