repaired dockerfile

pull/49/head
Felix Eickeler 2024-02-07 18:08:51 +01:00
parent 4232bdd30c
commit 831d4538fa
1 changed files with 0 additions and 1 deletions

View File

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