added chmod
parent
c12569a92f
commit
4232bdd30c
|
|
@ -126,7 +126,8 @@ COPY startup.sh /opt/
|
|||
|
||||
#COPY *.sh /opt/
|
||||
RUN chmod +x /opt/*.sh
|
||||
|
||||
RUN chmod +x /opt/startup.sh
|
||||
nano
|
||||
ENTRYPOINT ["/opt/startup.sh"]
|
||||
|
||||
WORKDIR /opt
|
||||
|
|
|
|||
Loading…
Reference in New Issue