diff --git a/Dockerfile b/Dockerfile index d43babc..387c5c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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