Skip to content

Commit 2dafd1e

Browse files
committed
fix out folder
1 parent 2b2f749 commit 2dafd1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 4 additions & 4 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 /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
8787
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
9393

9494
FROM 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/
9797
COPY --from=code_builder --chown=33333:33333 /vscode-reh-linux-x64/ /ide/
9898

9999
ARG CODE_VERSION

0 commit comments

Comments
 (0)