Skip to content

Commit

Permalink
Update sleep command in Makefile to also work on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsquyres committed Aug 20, 2023
1 parent b583358 commit 3fca346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker-images:
docker-npm-build:
rm -f .container_id
docker-compose run -d sphinx_rtd_theme build > .container_id
sleep 1s
sleep 1
docker container wait "$(shell cat .container_id)"
docker cp "$(shell cat .container_id):/project/sphinx_rtd_theme" .
docker cp "$(shell cat .container_id):/project/package-lock.json" .
Expand Down

0 comments on commit 3fca346

Please sign in to comment.