initial commit
This commit is contained in:
10
compose.yml
Normal file
10
compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
eleventy:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
# Sync your local files with the container so hot-reloading works
|
||||
- .:/app
|
||||
# Prevent your local machine from overwriting the container's node_modules
|
||||
- /app/node_modules
|
||||
Reference in New Issue
Block a user