You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
443 B
23 lines
443 B
image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
volumes:
|
|
- name: docs
|
|
path: /docs
|
|
|
|
- dotnet new tool-manifest
|
|
- dotnet tool install NSwag.ConsoleCore
|
|
- dotnet nswag aspnetcore2openapi /output:/docs/swagger.json
|
|
|
|
volumes:
|
|
- name: docs
|
|
temp: {}
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
|
|
volumes:
|
|
- name: docs
|
|
path: /docs
|
|
|
|
commands:
|
|
- /entrypoint.sh
|
|
|
|
depends_on: [ previous_job_name ] |