Skip to content

Commit

Permalink
Merge pull request #39 from fastai/hamelsmu-patch-2
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
Hamel Husain committed Feb 15, 2021
2 parents 27282fc + 90c1bea commit f5e3d24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ services:
ports:
- "4000:4000"
command: >
bash -c "cp -r docs_src docs
&& pip install .
bash -c "pip install .
&& nbdev_build_docs && cd docs
&& bundle i
&& chmod -R u+rwx . && bundle exec jekyll serve --host 0.0.0.0"

0 comments on commit f5e3d24

Please sign in to comment.