mirror of
https://github.com/swift-server/swift-openapi-lambda.git
synced 2026-06-02 07:27:32 +00:00
16 lines
227 B
YAML
16 lines
227 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: &image swift-openapi-lambda:22.04-main
|
|
build:
|
|
args:
|
|
base_image: "swiftlang/swift:nightly-main-jammy"
|
|
|
|
test:
|
|
image: *image
|
|
|
|
shell:
|
|
image: *image
|