dockerify the dev environment and add automation
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
hugo-dev:
|
||||
build: .
|
||||
ports:
|
||||
- "1313:1313"
|
||||
volumes:
|
||||
- .:/app
|
||||
container_name: hugo-dev
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user