Skip to content

Commit 0a18f15

Browse files
committed
Fixup
1 parent c664b7b commit 0a18f15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/ide/code/leeway.nightly.Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Gitpod GmbH. All rights reserved.
1+
# Copyright (c) 2024 Gitpod GmbH. All rights reserved.
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License.AGPL.txt in the project root for license information.
44
FROM gitpod/openvscode-server-linux-build-agent:focal-x64 as code_builder
@@ -75,12 +75,10 @@ RUN npm run gulp compile-build \
7575
&& npm run gulp vscode-web-min-ci \
7676
&& npm run gulp vscode-reh-linux-x64-min-ci
7777

78-
# RUN ls -l
79-
8078
# config for first layer needed by blobserve
8179
# this custom urls will be then replaced by blobserve.
8280
# Check pkg/blobserve/blobserve.go, `inlineVars` method
83-
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
81+
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm.html /vscode-web/index.html \
8482
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
8583
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
8684

0 commit comments

Comments
 (0)