TitanWong 1 vuosi sitten
vanhempi
commit
48e04f986a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -5,6 +5,7 @@ ENV LANG C.UTF-8
 #RUN mkdir -p /home/download/excel
 COPY ./lib /home/lib
 RUN echo -e "#bin/bash\nwhile true\ndo\n\tplay -v \$2 \$1\ndone" >/home/playMusic.sh
+RUN chmod 755 /home/playMusic.sh
 
 COPY ./target/zhili-station-control-tts-1.0-SNAPSHOT.jar /home/App.jar