Update Dockerfile to undeploy a second resultset service

This commit is contained in:
Antonio Calanducci 2023-09-29 17:26:27 +02:00
parent 3c5628c877
commit 14260cedf5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ 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 resultsetservice-3.1.0-4.16.0-126939
EXPOSE 8080
USER gcube
ENTRYPOINT exec /home/gcube/gCore/bin/gcore-start-container