We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14f8fde + 63daa5e commit 09f0bb8Copy full SHA for 09f0bb8
1 file changed
Dockerfile
@@ -5,10 +5,10 @@ USER root
5
RUN apk upgrade --no-cache
6
USER folio
7
8
-ENV VERTICLE_FILE workflow-service.jar
+ENV VERTICLE_FILE=workflow-service.jar
9
10
# Set the location of the verticles.
11
-ENV VERTICLE_HOME /usr/verticles
+ENV VERTICLE_HOME=/usr/verticles
12
13
# Copy your jar to the container.
14
COPY --chmod=644 service/target/workflow-service*.jar ${VERTICLE_HOME}/${VERTICLE_FILE}
0 commit comments