Skip to content

Commit

Permalink
Merge pull request #5887 from josequaresma/master
Browse files Browse the repository at this point in the history
Update Dockerfile config for minimal-quarkus-quickstart-native
  • Loading branch information
machi1990 authored Nov 30, 2019
2 parents 5fb13e0 + 46ea7b1 commit ade9889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/deploying-to-openshift-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The following command will create a chained build that is triggered whenever the
oc new-build --name=minimal-quarkus-quickstart-native \
--docker-image=registry.access.redhat.com/ubi7-dev-preview/ubi-minimal \
--source-image=quarkus-quickstart-native \
--source-image-path='/home/quarkus/quarkus-quickstart-1.0-SNAPSHOT-runner:.' \
--dockerfile=$'FROM registry.access.redhat.com/ubi7-dev-preview/ubi-minimal:latest\nCOPY *-runner /application\nCMD /application\nEXPOSE 8080' \
--source-image-path='/home/quarkus/application:.' \
--dockerfile=$'FROM registry.access.redhat.com/ubi7-dev-preview/ubi-minimal:latest\nCOPY application /application\nCMD /application\nEXPOSE 8080'
----

To create a service from the minimal build run the following command:
Expand Down

0 comments on commit ade9889

Please sign in to comment.