We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d86f5 + d4b0494 commit fce3de8Copy full SHA for fce3de8
Dockerfile
@@ -11,5 +11,7 @@ COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights
11
EXPOSE 8080
12
13
COPY --chown=spring:spring docker/run.sh ./run.sh
14
+
15
RUN chmod +x ./run.sh
16
17
ENTRYPOINT ["./run.sh"]
0 commit comments