@@ -22,7 +22,7 @@ RUN { \
RUN apt-get update
RUN apt-get install -y mysql-server="${MYSQL_VERSION}"*
-# Cleanup
+# Execution
RUN mysqld &
@@ -27,7 +27,7 @@ RUN unset TOMCAT_MAJOR
RUN unset TOMCAT_VERSION
RUN unset TOMCAT_HOME
-# Running
EXPOSE 8080
CMD ["catalina.sh", "run"]