diff --git a/Dockerfile b/Dockerfile index 1c733d9..9df09ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ FROM tomcat:9.0.65-jdk11-openjdk-buster COPY startContainer.sh /startContainer.sh RUN chmod +x /startContainer.sh ENTRYPOINT ["/startContainer.sh"] - #CMD ["catalina.sh","run"] \ No newline at end of file + CMD ["catalina.sh","run"] \ No newline at end of file