solved Docker issue with CMD

This commit is contained in:
lucio 2024-02-07 15:45:50 +01:00
parent 1234c7db69
commit a8a6fab7a6
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
CMD ["catalina.sh","run"]