mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 12:04:40 +01:00
14 lines
194 B
YAML
14 lines
194 B
YAML
version: '3'
|
|
|
|
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/app:cached
|
|
- /app/node_modules
|
|
ports:
|
|
- '8080:8080'
|
|
tty: true
|