Skip to content

Commit

Permalink
chore: rename main-env and full-env to main and full
Browse files Browse the repository at this point in the history
In a previous commit, we deleted the single stage image builds. now we are renaming the multi-stage ones to the original directory names. This will clean up the repository.
  • Loading branch information
pranavmishra90 committed Aug 27, 2024
1 parent 58c5d52 commit c0baff2
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ bash build.sh

# Main container
#----------------------
cd ../main-env
cd ../main

bash build.sh


# Full container
#----------------------
cd ../full-env
cd ../full

# Generate the lock file from the conda environment.yml
# bash generate-lock.sh
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c0baff2

Please sign in to comment.