Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
GingertronMk1 committed Jan 22, 2024
1 parent 08fe866 commit f53efea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _bin/serve
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env sh

docker-compose exec app bundle exec jekyll server --host 0.0.0.0
docker-compose exec app \
bundle exec jekyll server \
--host 0.0.0.0 \
--port 4000

0 comments on commit f53efea

Please sign in to comment.