mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-07 14:52:09 +08:00
Update .gitpod.yml
This commit is contained in:
parent
9ac75425ac
commit
b35f2326c7
15
.gitpod.yml
15
.gitpod.yml
@ -6,14 +6,7 @@
|
|||||||
# https://www.gitpod.io/docs/configure/workspaces/ports
|
# https://www.gitpod.io/docs/configure/workspaces/ports
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: gitpod/workspace-dotnet
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
vscode:
|
|
||||||
extensions:
|
|
||||||
- ms-azuretools.vscode-docker
|
|
||||||
- muhammad-sammy.csharp
|
|
||||||
|
|
||||||
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Init Docker-Compose
|
- name: Init Docker-Compose
|
||||||
@ -27,3 +20,9 @@ tasks:
|
|||||||
dotnet dev-certs https
|
dotnet dev-certs https
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet build
|
dotnet build
|
||||||
|
- name: Run
|
||||||
|
command: dotnet run
|
||||||
|
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- muhammad-sammy.csharp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user