Skip to content

Commit

Permalink
Per #1546, fixed path to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 20, 2022
1 parent 5cd2afb commit 04c72a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN echo "Checking out MET ${MET_GIT_NAME} from ${MET_GIT_URL}" \
&& git clone ${MET_GIT_URL} /met/MET-${MET_GIT_NAME} \
&& cd /met/MET-${MET_GIT_NAME}/met \
&& git checkout ${MET_GIT_NAME} \
&& ./scripts/docker/build_met_docker.sh
&& ../scripts/docker/build_met_docker.sh

0 comments on commit 04c72a3

Please sign in to comment.