repaired dockerfile
parent
4232bdd30c
commit
831d4538fa
|
|
@ -127,7 +127,6 @@ COPY startup.sh /opt/
|
||||||
#COPY *.sh /opt/
|
#COPY *.sh /opt/
|
||||||
RUN chmod +x /opt/*.sh
|
RUN chmod +x /opt/*.sh
|
||||||
RUN chmod +x /opt/startup.sh
|
RUN chmod +x /opt/startup.sh
|
||||||
nano
|
|
||||||
ENTRYPOINT ["/opt/startup.sh"]
|
ENTRYPOINT ["/opt/startup.sh"]
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue