修改构建方式
parent
67357ab7ee
commit
a71e58a496
@ -1,11 +1,2 @@
|
||||
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 --from=build /home/logseq/graph/output /usr/share/nginx/html
|
||||
COPY ./www /usr/share/nginx/html
|
Loading…
Reference in New Issue