添加缺少的文件夹
parent
418d736a30
commit
4325534868
@ -1,6 +1,7 @@
|
||||
FROM ghcr.io/pengx17/logseq-base:master as build
|
||||
WORKDIR /home/logseq
|
||||
COPY . /work/src
|
||||
RUN mkdir -p /home/logseq/graph
|
||||
RUN xvfb-run node /home/logseq/graph/publish.mjs -p /work/src -t /home/logseq/graph/build_trace.txt -o /home/logseq/graph/HTMLOutput > /home/logseq/graph/build.log
|
||||
|
||||
FROM nginx
|
||||
|
Loading…
Reference in New Issue