Skip to content

Commit f671b37

Browse files
authored
Merge pull request #156 from folio-org/MODWRKFLOW-66
MODWRKFLOW-66: Utilize relatively new Docker feature to change mode on COPY.
2 parents 9703937 + e5b23ff commit f671b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV VERTICLE_FILE workflow-service.jar
1111
ENV VERTICLE_HOME /usr/verticles
1212

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

1616
# Expose this port locally in the container.
1717
EXPOSE 8081

0 commit comments

Comments
 (0)