1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Add an openapi-check ci check and dockerize it (#18652)

This commit is contained in:
Marc-Andre Giroux
2021-04-09 14:02:53 -04:00
committed by GitHub
parent 66dab1fb8d
commit 1635048d0f
3 changed files with 66 additions and 0 deletions

7
docker-compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: '3.6'
services:
webapp:
build:
context: .
dockerfile: Dockerfile.openapi_decorator
image: 'openapi_decorator:${BUILD_SHA}'