bf1c41f3e1
Official build / Build (push) Failing after 1m20s
(Scripts generated by Antigravity with Gemini Flash 3.5)
15 lines
271 B
YAML
15 lines
271 B
YAML
version: "3.9"
|
|
volumes:
|
|
tyra-volume:
|
|
services:
|
|
compiler:
|
|
environment:
|
|
TERM: xterm-256color
|
|
network_mode: host
|
|
image: "h4570/tyra"
|
|
tty: true
|
|
container_name: tyra-compiler
|
|
volumes:
|
|
- tyra-volume:/src
|
|
- ./:/host:z
|