Browse Source

Refactoring

guligo 10 years ago
parent
commit
33a9bf0400
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jdk-maven-ant-tomcat-mysql/Dockerfile
  2. 1 1
      jdk-maven-ant-tomcat/Dockerfile

+ 1 - 1
jdk-maven-ant-tomcat-mysql/Dockerfile

@@ -22,7 +22,7 @@ RUN { \
 RUN apt-get update
 RUN apt-get install -y mysql-server="${MYSQL_VERSION}"*
 
-# Cleanup
+# Execution
 
 RUN mysqld &
 

+ 1 - 1
jdk-maven-ant-tomcat/Dockerfile

@@ -27,7 +27,7 @@ RUN unset TOMCAT_MAJOR
 RUN unset TOMCAT_VERSION
 RUN unset TOMCAT_HOME
 
-# Running
+# Execution
 
 EXPOSE 8080
 CMD ["catalina.sh", "run"]