Skip to content

Commit 03dc3d3

Browse files
committed
run proto-buf generation in UI image build
1 parent 09bd28e commit 03dc3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN yarn install --frozen-lockfile
99
COPY . .
1010

1111
ENV NODE_OPTIONS="--max_old_space_size=4096"
12+
RUN yarn run generate
1213
RUN yarn build
1314

1415
FROM nginx:1.19-alpine AS server

0 commit comments

Comments
 (0)