From e218f8dc60502e371e66da147a1b78b95f21b99f Mon Sep 17 00:00:00 2001 From: romer8 Date: Tue, 30 Apr 2024 22:15:58 -0600 Subject: [PATCH] no salt for the moment --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db9b152..21702a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,7 @@ ENV PORTAL_SUPERUSER_PASSWORD=pass RUN micromamba install --yes -c conda-forge --file ${TETHYS_HOME}/requirements.txt && \ micromamba clean --all --yes && \ npm install && npm run build && \ - tethys install -d -N && \ - mv salt /srv/salt/ + tethys install -d -N ######### # PORTS #