We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddc7a5 commit f49a980Copy full SHA for f49a980
components/ide/code/leeway.Dockerfile
@@ -70,7 +70,7 @@ RUN yarn --cwd extensions compile \
70
# this custom urls will be then replaced by blobserve.
71
# Check pkg/blobserve/blobserve.go, `inlineVars` method
72
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
73
- cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
+ && cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
74
&& sed -i -e 's#static/##g' /vscode-web/index.html
75
76
# cli config: alises to gitpod-code
0 commit comments