[ 项目 ] 接入teamcity

This commit is contained in:
zeaslity
2023-06-29 17:22:15 +08:00
parent ddc515e806
commit 6d50ca39a9

View File

@@ -17,7 +17,7 @@ RUN mkdir -p /wdd
WORKDIR /wdd
# Copy the jar and rename it
COPY ../server/target/server-*.jar /wdd/server.jar
COPY server.jar /wdd/server.jar
# When the docker container starts, run the jar
ENTRYPOINT exec java ${JAVA_OPTS} -jar /wdd/server.jar