mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-13 19:10:35 +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
|
||||
|
||||
image:
|
||||
file: gitpod/workspace-dotnet
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- ms-azuretools.vscode-docker
|
||||
- muhammad-sammy.csharp
|
||||
|
||||
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- name: Init Docker-Compose
|
||||
@ -27,3 +20,9 @@ tasks:
|
||||
dotnet dev-certs https
|
||||
dotnet restore
|
||||
dotnet build
|
||||
- name: Run
|
||||
command: dotnet run
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- muhammad-sammy.csharp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user