mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
6 lines
81 B
YAML
6 lines
81 B
YAML
version: '3'
|
|
services:
|
|
pokedex:
|
|
build: ./
|
|
volumes:
|
|
- ./:/project
|