Commit 4e1eb7c4 authored by 卢浩元's avatar 卢浩元

Update Dockerfile 移除mysql profile

parent 70e5b326
......@@ -13,4 +13,4 @@ ENV JAVA_OPTS="\
-XX:+DisableExplicitGC "
ENTRYPOINT java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar -Dspring.profiles.active=mysql /opt/app.jar
\ No newline at end of file
ENTRYPOINT java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /opt/app.jar
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment