parent
1c18e55e0e
commit
9243a3b96e
@ -1,2 +1,11 @@
|
||||
FROM ghcr.io/pengx17/logseq-publish as build
|
||||
WORKDIR /home/logseq
|
||||
ENV LOGSEQ_SRC=/home/logseq/graph
|
||||
ENV LOGSEQ_DEST=output
|
||||
ENV LOGSEQ_IS_TRACE=false
|
||||
ENV LOGSEQ_THEME=dark
|
||||
COPY . /home/logseq/graph
|
||||
RUN bash entrypoint.sh
|
||||
|
||||
FROM nginx
|
||||
COPY ./www /usr/share/nginx/html
|
||||
COPY --from=build /home/logseq/graph/output /usr/share/nginx/html
|
Loading…
Reference in New Issue