mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-15 01:25:25 +01:00
9 lines
110 B
YAML
9 lines
110 B
YAML
version: '3'
|
|
services:
|
|
gatsby:
|
|
build: .
|
|
volumes:
|
|
- .:/portfolio
|
|
ports:
|
|
- "8000:8000"
|