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 \
79
79
# config for first layer needed by blobserve
80
80
# this custom urls will be then replaced by blobserve.
81
81
# 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
85
85
86
86
# cli config: alises to gitpod-code
87
87
RUN 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
93
93
94
94
FROM scratch
95
95
# 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/
97
97
COPY --from=code_builder --chown=33333:33333 /vscode-reh-linux-x64/ /ide/
98
98
99
99
ARG CODE_VERSION
You can’t perform that action at this time.
0 commit comments