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 9703937 + e5b23ff commit f671b37Copy full SHA for f671b37
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ ENV VERTICLE_FILE workflow-service.jar
11
ENV VERTICLE_HOME /usr/verticles
12
13
# Copy your jar to the container.
14
-COPY service/target/workflow-service*.jar ${VERTICLE_HOME}/${VERTICLE_FILE}
+COPY --chmod=644 service/target/workflow-service*.jar ${VERTICLE_HOME}/${VERTICLE_FILE}
15
16
# Expose this port locally in the container.
17
EXPOSE 8081
0 commit comments