Skip to content

Commit 3f92f8d

Browse files
committed
Fix code dockerfile
1 parent 4498ab2 commit 3f92f8d

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
@@ -134,7 +134,7 @@ RUN npm run gulp compile-build \
134134
# config for first layer needed by blobserve
135135
# this custom urls will be then replaced by blobserve.
136136
# Check pkg/blobserve/blobserve.go, `inlineVars` method
137-
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm.html /vscode-web/index.html \
137+
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
138138
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
139139
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
140140

0 commit comments

Comments
 (0)