diff --git a/.github/workflows/build_and_push_dev_image.yml b/.github/workflows/build_and_push_dev_image.yml index da88a8b..9f8ea8f 100644 --- a/.github/workflows/build_and_push_dev_image.yml +++ b/.github/workflows/build_and_push_dev_image.yml @@ -19,12 +19,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - submodules: 'true' - - # Checks-out the hydrocompute extra submodule - - name: checkout Hydrocompute submodule - run: | - cd apps/tethysapp-hydrocompute/tethysapp/hydrocompute/public/HydroCompute && git submodule update --force --init --recursive --remote - name: Set Tag run: | diff --git a/Dockerfile b/Dockerfile index 7ac0d66..c479f98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ ARG MICRO_TETHYS=true \ COPY . ${TETHYS_HOME}/apps + ############### # ENVIRONMENT # ###############