mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
13 lines
180 B
YAML
13 lines
180 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- .:/app:cached
|
||
|
- /app/node_modules
|
||
|
ports:
|
||
|
- '8080:8080'
|