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