Created
July 3, 2018 17:25
-
-
Save hlaueriksson/5e8c117081fd92ea355dec962b2467dc to your computer and use it in GitHub Desktop.
2016-01-16-setting-up-jekyll-on-windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
site: | |
image: starefossen/github-pages | |
volumes: | |
- .:/usr/src/app | |
ports: | |
- 4000:4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment