Skip to content

Commit

Permalink
remove more Gitpod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBrady23 committed Nov 22, 2023
1 parent 1279ebc commit ae29da4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lila-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Requires -Version 5.1

if (-not [string]::IsNullOrEmpty($Env:GITPOD_WORKSPACE_ID)) {
$Env:SCHEME = "https"
$Env:LILA_DOMAIN = (gp url 8080).Substring(8)
$Env:PICFIT_DOMAIN = (gp url 3001).Substring(8)
}

function run_setup {
New-Item .env -ItemType File -Force
docker compose run --rm -it lila_docker_rs bash -c "cargo run --manifest-path /mnt/Cargo.toml"
Expand Down

0 comments on commit ae29da4

Please sign in to comment.