From 0484c2a56b91e587fbf2af442144dfbdf5842d0e Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Tue, 4 Feb 2025 17:20:58 +0100 Subject: [PATCH] remove useless dockerfile --- Dockerfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 5566ea9b..00000000 --- a/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM ghcr.io/diracgrid/diracx/server-base:latest -ARG MAMBA_DOCKERFILE_ACTIVATE=1 -EXPOSE 8000 - -# Create empty directory for the various volume to be mounted -# and assign them to mambauser -# This is needed for the DIRAC integration test, as docker-compose -# isn't playing well with permissions and volumes -USER root -RUN mkdir /cs_store /signing-key && chown $MAMBA_USER:$MAMBA_USER /cs_store /signing-key -USER $MAMBA_USER - -WORKDIR /code - -COPY --chown=$MAMBA_USER:$MAMBA_USER . /code/diracx - -RUN pip install ./diracx/diracx-core ./diracx/diracx-db ./diracx/diracx-routers git+https://github.com/DIRACGrid/DIRAC.git@integration