„Dockerfile“ ändern
This commit is contained in:
parent
904f07eee1
commit
b48bc34e9a
1 changed files with 4 additions and 1 deletions
|
@ -8,4 +8,7 @@ RUN apt-get update && \
|
|||
COPY dockerrun.sh /
|
||||
COPY download.sh /
|
||||
|
||||
RUN chmod a+x /dockerrun
|
||||
RUN chmod a+x /dockerrun.sh
|
||||
RUN chmod a+x /download.sh
|
||||
|
||||
ENTRYPOINT ["/dockerrun.sh]
|
Loading…
Reference in a new issue