guligo %!s(int64=11) %!d(string=hai) anos
pai
achega
33a9bf0400
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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"]