Skip to content

Commit ae29da4

Browse files
committed
remove more Gitpod setup
1 parent 1279ebc commit ae29da4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lila-docker.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Requires -Version 5.1
22

3-
if (-not [string]::IsNullOrEmpty($Env:GITPOD_WORKSPACE_ID)) {
4-
$Env:SCHEME = "https"
5-
$Env:LILA_DOMAIN = (gp url 8080).Substring(8)
6-
$Env:PICFIT_DOMAIN = (gp url 3001).Substring(8)
7-
}
8-
93
function run_setup {
104
New-Item .env -ItemType File -Force
115
docker compose run --rm -it lila_docker_rs bash -c "cargo run --manifest-path /mnt/Cargo.toml"

0 commit comments

Comments
 (0)