Skip to content

Commit

Permalink
update location of METviewer docker-compose.yml file that moved from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Apr 22, 2024
1 parent c40c581 commit c96a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/get_metviewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:develop
apk add docker-cli-compose

# download docker-compose.yml file from METviewer develop branch
wget https://raw.githubusercontent.com/dtcenter/METviewer/develop/docker/docker-compose.yml
wget https://raw.githubusercontent.com/dtcenter/METviewer/develop/internal/scripts/docker/docker-compose.yml

# Run docker-compose to create the containers
docker compose up -d
Expand Down

0 comments on commit c96a2a4

Please sign in to comment.