Skip to content

Commit

Permalink
Update Dockerfile to execute copy of vsix later and changed plugin fo…
Browse files Browse the repository at this point in the history
…lder env var.
  • Loading branch information
harmen-xb authored Nov 15, 2024
1 parent d1401c1 commit f1d8a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN yarn --pure-lockfile --skip-integrity-check --network-timeout 100000 && \
yarn build:packages && \
yarn build:extensions && \
yarn package:extensions && \
cp extensions/crossmodel-lang/*.vsix applications/browser-app/plugins && \
yarn theia:browser build && \
cp extensions/crossmodel-lang/*.vsix applications/browser-app/plugins && \
yarn autoclean --init && \
echo *.ts >> .yarnclean && \
echo *.ts.map >> .yarnclean && \
Expand Down Expand Up @@ -74,7 +74,7 @@ EXPOSE 3000
# Specify default shell for Theia and the Built-In plugins directory
# Use installed git instead of dugite
ENV SHELL=/bin/bash \
THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins \
THEIA_DEFAULT_PLUGINS=local-dir:/home/crossmodel/plugins \
USE_LOCAL_GIT=true

# Use the non-root user
Expand Down

0 comments on commit f1d8a41

Please sign in to comment.