From 49a4615dcce23606f7135dbb7463d05018106f64 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Wed, 30 Oct 2024 13:38:36 -0400 Subject: [PATCH] fix base file --- Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-base b/Dockerfile-base index bf7d6e750..1b6ff3351 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -68,7 +68,7 @@ RUN echo "BioCompose Server" > /app/README.md \ && mkdir -p /Pysces/psc \ && mkdir -p /root/Pysces \ && mkdir -p /root/Pysces/psc \ - && chmod ugo+rw -R /Pysces \ + && chmod ugo+rw -R /Pysces # set conda to use path and create env RUN conda env create -f /tmp/environment.yml