Update .gitpod.yml

This commit is contained in:
Meysam Hadeli 2023-01-03 21:22:36 +03:30 committed by GitHub
parent 9b2b083557
commit efe071aedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,10 @@ image:
tasks:
- name: Start containers
command: docker-compose -f "./deployments/docker-compose/infrastracture.yaml" up -d --build
init: |
docker-compose pull
- command: |
docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d
- name: Restore & Build
init: |
dotnet dev-certs https
@ -15,3 +18,4 @@ tasks:
vscode:
extensions:
- muhammad-sammy.csharp
- ms-azuretools.vscode-docker