booking-microservices/.gitpod.yml
2023-01-03 19:13:55 +03:30

18 lines
362 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- name: Start containers
command: docker-compose -f "./deployments/docker-compose/infrastracture.yaml" up -d --build
- name: Restore & Build
init: |
dotnet dev-certs https
dotnet restore
dotnet build
- name: Run
command: dotnet run
vscode:
extensions:
- muhammad-sammy.csharp