chmod script
This commit is contained in:
parent
2095a615ae
commit
aa1fd989f4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM adoptopenjdk:16-openj9
|
|||
WORKDIR /opt
|
||||
|
||||
COPY download.sh .
|
||||
RUN ./download.sh && rm download.sh
|
||||
RUN chmod u+x download.sh && ./download.sh && rm download.sh
|
||||
|
||||
COPY application.yml .
|
||||
|
||||
|
|
Reference in a new issue