Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Oct 5, 2023
1 parent 6b02e78 commit efe1fc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ WORKDIR /tmp
RUN git clone --depth 1 https://github.com/eclipse-theia/theia-blueprint.git

WORKDIR /home/theia
RUN cp -r /tmp/theia-blueprint/* . && \
mv package.json package.json.orig
RUN cp -r /tmp/theia-blueprint/* .
COPY package.json.acend .
COPY preload.html ./applications/browser/resources/preload.html
COPY branding-util.tsx ./theia-extensions/product/src/browser/branding-util.tsx
Expand Down

0 comments on commit efe1fc2

Please sign in to comment.