This commit is contained in:
2023-12-07 14:51:36 +01:00
parent 31c23daf5e
commit f92b2c708f
40 changed files with 3305 additions and 54 deletions

View File

@@ -8,6 +8,9 @@ RUN chmod 755 /app/generate.sh
COPY ./start.sh /app/
RUN chmod 755 /app/start.sh
COPY ./startok.sh /app/
RUN chmod 755 /app/startok.sh
COPY ./Makefile /app/
ENTRYPOINT ["tail"]