This commit is contained in:
王洪庆 2023-04-24 19:59:47 +08:00
parent 54ea3a9431
commit 9648ec944b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /kn/vordm
EXPOSE 8980
ADD ./target/vordm-crawl.jar ./app.jar
ADD ./target/vordm-twitter.jar ./app.jar
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]