We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1279ebc commit ae29da4Copy full SHA for ae29da4
lila-docker.ps1
@@ -1,11 +1,5 @@
1
# Requires -Version 5.1
2
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
-
9
function run_setup {
10
New-Item .env -ItemType File -Force
11
docker compose run --rm -it lila_docker_rs bash -c "cargo run --manifest-path /mnt/Cargo.toml"
0 commit comments