mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 09:52:11 +08:00
Update .gitpod.yml
This commit is contained in:
parent
33dbdfcf20
commit
d2b34c1054
@ -9,6 +9,12 @@ image:
|
|||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Init Docker-Compose
|
||||||
|
# https://www.gitpod.io/docs/configure/projects/prebuilds
|
||||||
|
# We load docker on pre-build for increasing speed
|
||||||
|
init: |
|
||||||
|
docker-compose pull
|
||||||
|
docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d
|
||||||
- name: Restore & Build
|
- name: Restore & Build
|
||||||
init: |
|
init: |
|
||||||
dotnet dev-certs https
|
dotnet dev-certs https
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user