From e0ce24bc8328ac9d4ccb43d2c03d41101ded29e5 Mon Sep 17 00:00:00 2001 From: RAHenriksen Date: Thu, 21 Nov 2024 11:41:25 +0100 Subject: [PATCH] change dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b2aa1ff..9fc858f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,6 @@ RUN /opt/conda/bin/conda init bash RUN bash install.sh -i LOCAL # Set environment variables -ENV BIFROST_INSTALL_DIR='/app' -# Use ARG for database key and set at runtime # Set the default command to run the Python module -CMD ["bash", "-c", "conda run -n $CONDA_ENV_NAME python -m bifrost_amrfinderplus"] +CMD ["bash", "-c", "conda run -n $CONDA_ENV_NAME && make test && make clean"] \ No newline at end of file