Add an openapi-check ci check and dockerize it (#18652)
This commit is contained in:
committed by
GitHub
parent
66dab1fb8d
commit
1635048d0f
7
docker-compose.yaml
Normal file
7
docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3.6'
|
||||
services:
|
||||
webapp:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.openapi_decorator
|
||||
image: 'openapi_decorator:${BUILD_SHA}'
|
||||
Reference in New Issue
Block a user