This commit is contained in:
h
2023-10-29 02:36:20 -04:00
parent ea734d7809
commit 87b9958d28
3 changed files with 33 additions and 11 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ RUN apt-get update && apt-get install libssl-dev -y
RUN mkdir /store
RUN touch /store/store.xmlfrag
RUN touch /store/store.xmlfrag && touch /store/tmpfile.xmlfrag
COPY ./templates/ /app/templates
CMD [ "/app/linky", "/store/store.xmlfrag" ]
CMD [ "/app/linky", "/store/store.xmlfrag", "/store/tmpfile.xmlfrag" ]