mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-22 12:00:35 +02:00
* Minor doc updates * pydoc * Draft tip selection menu * Start linking in manual tip resistance * Enable on Pinecilv1 / TS10x * Fixup drawing tip type * Update Settings.cpp * Rename JBC type * Add translations * Handle one tip type * Refactor header includes * Fixup translation_IT.json * Fixing up includes * Format * Apply suggestions from code review Co-authored-by: discip <53649486+discip@users.noreply.github.com> * Update Documentation/Hardware.md Co-authored-by: discip <53649486+discip@users.noreply.github.com> --------- Co-authored-by: = <=> Co-authored-by: discip <53649486+discip@users.noreply.github.com>
12 lines
215 B
YAML
12 lines
215 B
YAML
name: "ironos"
|
|
services:
|
|
builder:
|
|
stdin_open: true
|
|
tty: true
|
|
build:
|
|
context: .
|
|
dockerfile: scripts/IronOS.Dockerfile
|
|
command: /bin/sh
|
|
volumes:
|
|
- ./:/build/ironos:Z
|