修改中间文件夹
parent
385cae1230
commit
67357ab7ee
@ -1,9 +1,11 @@
|
|||||||
FROM ghcr.io/pengx17/logseq-publish as build
|
FROM ghcr.io/pengx17/logseq-publish as build
|
||||||
WORKDIR /home/logseq
|
WORKDIR /home/logseq
|
||||||
ENV LOGSEQ_SRC=/work/src
|
ENV LOGSEQ_SRC=/home/logseq/graph
|
||||||
ENV LOGSEQ_DEST=output
|
ENV LOGSEQ_DEST=output
|
||||||
COPY . /work/src
|
ENV LOGSEQ_IS_TRACE=false
|
||||||
|
ENV LOGSEQ_THEME=dark
|
||||||
|
COPY . /home/logseq/graph
|
||||||
RUN bash entrypoint.sh
|
RUN bash entrypoint.sh
|
||||||
|
|
||||||
FROM nginx
|
FROM nginx
|
||||||
COPY --from=build /work/src/output /usr/share/nginx/html
|
COPY --from=build /home/logseq/graph/output /usr/share/nginx/html
|
||||||
Loading…
Reference in New Issue