added chmod

pull/49/head
Felix Eickeler 2024-02-02 19:30:50 +01:00
parent c12569a92f
commit 4232bdd30c
1 changed files with 2 additions and 1 deletions

View File

@ -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