Skip to content

Commit

Permalink
Update conda-store-server/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Tania Allard <[email protected]>
  • Loading branch information
dcmcand and trallard authored Oct 17, 2023
1 parent 5c1f528 commit eb09fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda-store-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ USER 1000:1000

COPY environment.yaml /opt/conda-store-server/environment.yaml

RUN mamba env create -f /opt/conda-store-server/environment.yaml && conda clean --force-pkgs-dirs
RUN mamba env create -f /opt/conda-store-server/environment.yaml && \
conda clean --force-pkgs-dirs

COPY ./ /opt/conda-store-server/

Expand Down

0 comments on commit eb09fb6

Please sign in to comment.