mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
14 lines
310 B
YAML
14 lines
310 B
YAML
version: '3'
|
|
|
|
services:
|
|
web:
|
|
volumes:
|
|
- .:/app:delegated
|
|
- vscode-server:/root/.vscode-server:cached
|
|
- /var/run/docker.sock:/var/run/docker.sock:cached
|
|
# Override command to prevent container crashing if webpack build exits
|
|
command: sleep infinity
|
|
|
|
volumes:
|
|
vscode-server: {}
|