diff --git a/.gitpod.yml b/.gitpod.yml index 372c947ac..8f982dab6 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -35,6 +35,10 @@ ports: tasks: - name: Backend init: | + cp dev.env .env + cp azuracast.dev.env azuracast.env + cp docker-compose.sample.yml docker-compose.yml + cp docker-compose.dev.yml docker-compose.override.yml docker-compose build command: | bash util/setup_gitpod.sh diff --git a/util/setup_gitpod.sh b/util/setup_gitpod.sh index 0bd1d0ade..da0f791ef 100644 --- a/util/setup_gitpod.sh +++ b/util/setup_gitpod.sh @@ -114,9 +114,6 @@ __dotenv_cmd=.env cd "$( dirname "${BASH_SOURCE[0]}" )" || exit cd .. -cp dev.env .env -cp azuracast.dev.env azuracast.env - # Download mkcert curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64" chmod +x mkcert-v*-linux-amd64