Skip to content

Commit 50d3363

Browse files
committed
Fix theia monitor demo build
* include yarn.lock to make build more reproducible
1 parent 70fbd46 commit 50d3363

File tree

2 files changed

+8540
-0
lines changed

2 files changed

+8540
-0
lines changed

demo/dockerfiles/demo-theia-monitor-theia/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM node:20-bookworm AS build-stage
22
RUN apt-get update && apt-get install -y libxkbfile-dev libsecret-1-dev
33
WORKDIR /home/theia
44
ADD demo/dockerfiles/demo-theia-monitor-theia/package.json ./package.json
5+
ADD demo/dockerfiles/demo-theia-monitor-theia/yarn.lock ./yarn.lock
56

67
## Link package from local
78
ADD theia ./theia

0 commit comments

Comments
 (0)