ye
This commit is contained in:
+2
-2
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user