Skip to content

Commit cd11d1e

Browse files
committed
fix out dir
1 parent 61edf05 commit cd11d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ide/code/leeway.nightly.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 /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
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
8585

8686
# cli config: alises to gitpod-code
8787
RUN cp /vscode-reh-linux-x64/bin/remote-cli/gitpod-code /vscode-reh-linux-x64/bin/remote-cli/code \

0 commit comments

Comments
 (0)