Skip to content

Commit f49a980

Browse files
committed
Fix
1 parent 2ddc7a5 commit f49a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ide/code/leeway.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN yarn --cwd extensions compile \
7070
# this custom urls will be then replaced by blobserve.
7171
# Check pkg/blobserve/blobserve.go, `inlineVars` method
7272
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 \
73+
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
7474
&& sed -i -e 's#static/##g' /vscode-web/index.html
7575

7676
# cli config: alises to gitpod-code

0 commit comments

Comments
 (0)