Skip to content

Commit

Permalink
fixed jekyll host
Browse files Browse the repository at this point in the history
  • Loading branch information
obigriffith committed Aug 22, 2024
1 parent c185628 commit e8e997f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/0.0.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN wget https://raw.githubusercontent.com/griffithlab/griffithlab.org/master/Ge
gem install bundler &&\
bundle install
WORKDIR /usr/local/bin
RUN echo "#!/bin/bash\nbundle exec jekyll serve --config _config.yml,_config_dev.yml --watch" > start_jekyll.sh &&\
RUN echo "#!/bin/bash\nbundle exec jekyll serve --host 0.0.0.0 --config _config.yml,_config_dev.yml --watch" > start_jekyll.sh &&\
chmod +x start_jekyll.sh &&\
mkdir -p /opt/git/griffithlab.org &&\
rm -rf /tmp/griffithlab.org
Expand Down
2 changes: 1 addition & 1 deletion docker/README
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ docker build -t griffithlab/griffithlabdev:0.0.2 ./
docker run -p 4000:4000 -v ~/git/griffithlab.org/:/opt/git/griffithlab.org -it griffithlab/griffithlabdev:0.0.2

#Once satistfied, push the image to dockerhub
docker push griffithlab/rnabiodev:0.0.2
docker push griffithlab/griffithlabdev:0.0.2

0 comments on commit e8e997f

Please sign in to comment.