Merge branch 'master' of

https://code-repo.d4science.org/gCubeSystem/smartgears-distribution.git
This commit is contained in:
lucio 2024-02-02 12:05:54 +01:00
parent 6ea2e4696f
commit 1234c7db69
2 changed files with 2 additions and 2 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"]

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>