mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 17:45:31 +01:00
11 lines
154 B
YAML
11 lines
154 B
YAML
version: '3'
|
|
services:
|
|
blog:
|
|
build: .
|
|
command: npm start
|
|
volumes:
|
|
- .:/blog
|
|
- /blog/node_modules
|
|
ports:
|
|
- '8000:8000'
|