b27c94e5bd
Add docker support via a docker compose file with included instructions.
9 lines
199 B
YAML
9 lines
199 B
YAML
services:
|
|
balatro:
|
|
image: devkitpro/devkitarm:latest
|
|
working_dir: /balatro
|
|
volumes:
|
|
- ./:/balatro
|
|
user: "${UID-1000}:${GID-1000}"
|
|
command: ["sh", "-c", "make -j$(nproc)"]
|