docker fix

This commit is contained in:
h
2026-07-21 16:01:37 -04:00
parent e54085cdcf
commit 68b79802a3
+2 -1
View File
@@ -13,12 +13,13 @@ FROM debian:bookworm
WORKDIR /app
COPY --from=builder /build/target/release/linky /app/linky
COPY ./guid /guid
RUN apt-get update && apt-get install libssl-dev -y
RUN mkdir /store
RUN touch /store/store.xmlfrag && touch /store/tmpfile.xmlfrag && touch /store/guid && echo "1" > /store/guid
RUN touch /store/store.xmlfrag && touch /store/tmpfile.xmlfrag && mv /guid /store/guid
COPY ./templates/ /app/templates