mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
18 lines
364 B
YAML
18 lines
364 B
YAML
# docker-compose run --service-ports build
|
|
|
|
version: "3.5"
|
|
|
|
services:
|
|
build:
|
|
image: devkitpro/devkitarm
|
|
working_dir: /usr/Poke_Transporter_GB
|
|
command: tail -F anything
|
|
volumes:
|
|
- type: bind
|
|
source: ${SSH_AUTH_SOCK}
|
|
target: ${SSH_AUTH_SOCK}
|
|
- type: bind
|
|
source: ${PWD}
|
|
target: /usr/Poke_Transporter_GB
|
|
|