Skip to content

Commit 62c6971

Browse files
authored
Merge pull request #1115 from ajb5d/update_docker_build_scripts
update dockerfile for new git repo layout
2 parents 6326730 + 27b3d8f commit 62c6971

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mimic-iii/buildmimic/docker/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN mkdir -p /mimic-code /mimic_data \
1313
&& git init \
1414
&& git remote add -f origin https://github.com/MIT-lcp/mimic-code \
1515
&& git config core.sparseCheckout true \
16-
&& echo "buildmimic/postgres/" >> .git/info/sparse-checkout \
17-
&& echo "buildmimic/docker/" >> .git/info/sparse-checkout \
18-
&& git pull origin master \
16+
&& echo "mimic-iii/buildmimic/postgres/" >> .git/info/sparse-checkout \
17+
&& echo "mimic-iii/buildmimic/docker/" >> .git/info/sparse-checkout \
18+
&& git pull origin main \
1919
# copy the build scripts into a different folder and remove the temp folder
20-
&& cp -r buildmimic /docker-entrypoint-initdb.d/ \
21-
&& cp buildmimic/docker/setup.sh /docker-entrypoint-initdb.d/ \
20+
&& cp -r mimic-iii/buildmimic /docker-entrypoint-initdb.d/ \
21+
&& cp mimic-iii/buildmimic/docker/setup.sh /docker-entrypoint-initdb.d/ \
2222
&& rm -rf /mimic-code

0 commit comments

Comments
 (0)