docker fix
This commit is contained in:
+2
-1
@@ -13,12 +13,13 @@ FROM debian:bookworm
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=builder /build/target/release/linky /app/linky
|
COPY --from=builder /build/target/release/linky /app/linky
|
||||||
|
COPY ./guid /guid
|
||||||
|
|
||||||
RUN apt-get update && apt-get install libssl-dev -y
|
RUN apt-get update && apt-get install libssl-dev -y
|
||||||
|
|
||||||
RUN mkdir /store
|
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
|
COPY ./templates/ /app/templates
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user