Skip to content

Commit 2a8a997

Browse files
committed
wip
1 parent 8ca900f commit 2a8a997

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"containerEnv": {
3+
"LILA_DOMAIN": "${localEnv:CODESPACE_NAME}-8080.app.github.dev",
4+
"LILA_URL": "https://${localEnv:CODESPACE_NAME}-8080.app.github.dev"
5+
},
26
"portsAttributes": {
37
"8080": {
48
"label": "Lichess",
@@ -8,5 +12,5 @@
812
"otherPortsAttributes": {
913
"onAutoForward": "ignore"
1014
},
11-
"postStartCommand": "./lila-docker start"
15+
"postAttachCommand": "./lila-docker start"
1216
}

0 commit comments

Comments
 (0)