Add command to remove the resultSet service from the distribution

This commit is contained in:
Antonio Calanducci 2023-09-25 11:51:43 +02:00
parent fd5c25763f
commit 7333b545ec
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ RUN cd /home/gcube && wget https://nexus.d4science.org/nexus/content/repositorie
COPY src/gcube-start-container.sh /home/gcube/gCore/bin/gcore-start-container
COPY src/GHNConfig.xml /home/gcube/gCore/config/GHNConfig.xml
RUN chmod 755 /home/gcube/gCore/bin/gcore-start-container
# Remove Resultset from distribution
RUN /home/gcube/gCore/bin/gcore-undeploy-service org.gcube.common.searchservice.resultsetservice
EXPOSE 8080
USER gcube
ENTRYPOINT exec /home/gcube/gCore/bin/gcore-start-container