We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78a622 commit 4883684Copy full SHA for 4883684
docker-compose.yml
@@ -3,6 +3,7 @@ version: "3"
3
services:
4
jekyll:
5
image: amirpourmand/al-folio
6
+ container_name: al-folio-website
7
command: bash -c "
8
rm -f Gemfile.lock
9
&& bundler exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose"
docker-local.yml
jekyll_custom:
build: .
+ container_name: al-folio-local-website
0 commit comments