Initial commit.
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
build:
|
||||
image: klakegg/hugo:ext-alpine
|
||||
volumes:
|
||||
- ".:/src"
|
||||
server:
|
||||
image: klakegg/hugo:ext-alpine
|
||||
command: server
|
||||
volumes:
|
||||
- ".:/src"
|
||||
ports:
|
||||
- "1313:1313"
|
||||
|
Reference in New Issue
Block a user