10 lines
115 B
TOML

[project]
name = "hello-world"
[container]
image = "library/hello-world"
version = "latest"
[expose]
port = 8080