mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 09:35:21 +01:00
11 lines
165 B
YAML
11 lines
165 B
YAML
version: '3'
|
|
services:
|
|
blog:
|
|
build: .
|
|
command: npm run start:docker
|
|
volumes:
|
|
- .:/blog
|
|
- /blog/node_modules
|
|
ports:
|
|
- '8000:8000'
|