Skip to content

Commit 26e5983

Browse files
committed
Merge branch 'main' into lifecycle-write
2 parents 8815f37 + 1bc7fb3 commit 26e5983

File tree

117 files changed

+2125
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2125
-1538
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ WORKDIR /admin-interface
66

77
RUN npm ci
88

9-
ENV CI true
10-
ENV BROWSER none
9+
ENV CI=true
10+
ENV BROWSER=none
1111
CMD [ "npm", "start", "--", "--host", "0.0.0.0"]

0 commit comments

Comments
 (0)