We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933206 commit 04f7163Copy full SHA for 04f7163
dogfood/main.tf
@@ -186,7 +186,6 @@ resource "coder_agent" "dev" {
186
sudo dpkg -i /tmp/code.deb && sudo apt-get install -f -y
187
code serve-web --port 13338 --without-connection-token --accept-server-license-terms >/tmp/vscode-web.log 2>&1 &
188
189
-
190
# Install and launch filebrowser
191
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
192
filebrowser --noauth --root /home/coder --port 13339 >/tmp/filebrowser.log 2>&1 &
0 commit comments