mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-16 21:55:51 -05:00
9 lines
83 B
YAML
9 lines
83 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
app:
|
|
build: docker/app
|
|
volumes:
|
|
- ./:/app
|