Skip to content

Commit

Permalink
[browser.dockerfile] Fixed build issue
Browse files Browse the repository at this point in the history
Oops - I had forgotten to build the Theia extensions, which caused a
problem at runtime.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Aug 7, 2023
1 parent d708d26 commit f462d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY . .
# Download plugins and build application production mode
# Use yarn autoclean to remove unnecessary files from package dependencies
RUN yarn --pure-lockfile && \
yarn build:extensions && \
yarn download:plugins && \
yarn browser build && \
yarn --production && \
Expand Down

0 comments on commit f462d26

Please sign in to comment.