File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ RUN npm run gulp compile-build \
7979# config for first layer needed by blobserve
8080# this custom urls will be then replaced by blobserve.
8181# Check pkg/blobserve/blobserve.go, `inlineVars` method
82- RUN cp /vscode-web /out/vs/gitpod/browser/workbench/workbench.html /vscode-web /index.html \
83- && cp /vscode-web /out/vs/gitpod/browser/workbench/callback.html /vscode-web /callback.html \
84- && sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web /index.html
82+ RUN cp /gp-code /out/vs/gitpod/browser/workbench/workbench.html /gp-code /index.html \
83+ && cp /gp-code /out/vs/gitpod/browser/workbench/callback.html /gp-code /callback.html \
84+ && sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /gp-code /index.html
8585
8686# cli config: alises to gitpod-code
8787RUN cp /vscode-reh-linux-x64/bin/remote-cli/gitpod-code /vscode-reh-linux-x64/bin/remote-cli/code \
@@ -93,7 +93,7 @@ RUN chmod -R ugo+w /vscode-reh-linux-x64/extensions
9393
9494FROM scratch
9595# copy static web resources in first layer to serve from blobserve
96- COPY --from=code_builder --chown=33333:33333 /vscode-web / /ide/
96+ COPY --from=code_builder --chown=33333:33333 /gp-code / /ide/
9797COPY --from=code_builder --chown=33333:33333 /vscode-reh-linux-x64/ /ide/
9898
9999ARG CODE_VERSION
You can’t perform that action at this time.
0 commit comments