Skip to content

Commit

Permalink
优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Sep 5, 2024
1 parent 8bf489f commit 2b89770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ ENV VideoCache="FALSE"
ENV FILE="/video"
ENV TZ="Asia/Shanghai"
EXPOSE 9877
RUN ln -s /usr/java/openjdk-17 /opt/java/openjdk
mkdir /usr/java/openjdk-17
RUN ln -s /opt/java/openjdk /usr/java/openjdk-17
CMD ["java", "-jar", "WallpaperVideo-jar-with-dependencies.jar"]

0 comments on commit 2b89770

Please sign in to comment.