Skip to content

Commit

Permalink
修复相对路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
movsb committed Nov 14, 2024
1 parent 78c0bec commit 312506a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN apk add exiftool
WORKDIR /workspace
COPY --from=katex /katex/a.out katex

ADD taoblog taoblog
ENTRYPOINT ["./taoblog"]
ADD taoblog /user/local/bin/taoblog
ENTRYPOINT ["taoblog"]
CMD ["server"]

0 comments on commit 312506a

Please sign in to comment.