Skip to content

Commit

Permalink
jenkins-x-buildpacks#33 | Ola | Fix issue with copying the uber jar i…
Browse files Browse the repository at this point in the history
…nto the container image
  • Loading branch information
ofadeyi committed Aug 16, 2019
1 parent 2defca3 commit 9718898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 target/*.jar $VERTX_HOME/vertx-app.jar
COPY target/REPLACE_ME_APP_NAME-*.jar $VERTX_HOME/vertx-app.jar
2 changes: 1 addition & 1 deletion packs/vertx-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENTRYPOINT ["sh", "-c"]
CMD ["exec java -jar vertx-app.jar -cluster"]

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

0 comments on commit 9718898

Please sign in to comment.