mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-14 18:45:13 +01:00
12 lines
174 B
YAML
12 lines
174 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
dockerfile: Dockerfile.dev
|
|
context: .
|
|
ports:
|
|
- "1313:1313"
|
|
working_dir: /src/
|
|
volumes:
|
|
- ./:/src/ |