Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 1, 2024
1 parent 7c6a047 commit 275ac70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ ARG MICRO_TETHYS=true \
MAMBA_DOCKERFILE_ACTIVATE=1


###################
# ADD APPLICATION #
###################

COPY . ${TETHYS_HOME}/apps



###############
# ENVIRONMENT #
Expand All @@ -35,7 +28,6 @@ ENV PORTAL_SUPERUSER_PASSWORD=pass
#############
RUN micromamba install --yes -c conda-forge --file requirements.txt \
&& micromamba clean --all --yes \
&& cd ${TETHYS_HOME}/apps/tethysapp-ngiab \
&& npm install && npm run build \
&& tethys install -d -N \
&& mv salt /srv/salt/
Expand Down

0 comments on commit 275ac70

Please sign in to comment.