Skip to content

Commit 09f0bb8

Browse files
authored
Merge pull request #157 from folio-org/MODWRKFLOW-67
MODWRKFLOW-67: Use newer ENV command structure in Dockerfile.
2 parents 14f8fde + 63daa5e commit 09f0bb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ USER root
55
RUN apk upgrade --no-cache
66
USER folio
77

8-
ENV VERTICLE_FILE workflow-service.jar
8+
ENV VERTICLE_FILE=workflow-service.jar
99

1010
# Set the location of the verticles.
11-
ENV VERTICLE_HOME /usr/verticles
11+
ENV VERTICLE_HOME=/usr/verticles
1212

1313
# Copy your jar to the container.
1414
COPY --chmod=644 service/target/workflow-service*.jar ${VERTICLE_HOME}/${VERTICLE_FILE}

0 commit comments

Comments
 (0)