Skip to content

Commit

Permalink
no salt for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 1, 2024
1 parent cac1a06 commit e218f8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit e218f8d

Please sign in to comment.