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 <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Aug 11, 2023
1 parent f0ed4bc commit 9bdd610
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 9bdd610

Please sign in to comment.