mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 08:57:16 +08:00
refactor: 优化项目模块命名(简化、分类、统一)
This commit is contained in:
14
docker/schedule-server/Dockerfile
Normal file
14
docker/schedule-server/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM openjdk:17
|
||||
|
||||
MAINTAINER Charles7c charles7c@126.com
|
||||
|
||||
ARG JAR_FILE=*.jar
|
||||
COPY ${JAR_FILE} /app/bin/app.jar
|
||||
WORKDIR /app/bin
|
||||
|
||||
ENTRYPOINT ["java", \
|
||||
"-jar", \
|
||||
"-XX:+UseZGC", \
|
||||
"-Djava.security.egd=file:/dev/./urandom", \
|
||||
"-Dspring.profiles.active=prod", \
|
||||
"app.jar"]
|
Reference in New Issue
Block a user