Remove the undeploy of org.gcube.common.searchservice.resultsetservice

This commit is contained in:
Antonio Calanducci 2023-10-03 15:12:09 +02:00
parent 14260cedf5
commit 80da2e9598
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ COPY src/GHNConfig.xml /home/gcube/gCore/config/GHNConfig.xml
RUN $GLOBUS_LOCATION/bin/gcore-load-env
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
# RUN /home/gcube/gCore/bin/gcore-undeploy-service org.gcube.common.searchservice.resultsetservice
RUN /home/gcube/gCore/bin/gcore-undeploy-service resultsetservice-3.1.0-4.16.0-126939
EXPOSE 8080
USER gcube