Skip to content

Commit

Permalink
trimming space in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 12, 2024
1 parent fd8dea7 commit d0b09df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM tethysplatform/tethys-core:dev as base


#########################
# ADD APPLICATION FILES #
#########################
Expand All @@ -13,11 +12,9 @@ COPY requirements/*.txt .
###################
ADD extensions ${TETHYS_HOME}/extensions


# Activate tethys conda environment during build
ARG MAMBA_DOCKERFILE_ACTIVATE=1


#######################################
# INSTALL EXTENSIONS and APPLICATIONS #
#######################################
Expand Down

0 comments on commit d0b09df

Please sign in to comment.