Skip to content

Commit

Permalink
run proto-buf generation in UI image build
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi committed Jul 7, 2023
1 parent 09bd28e commit 03dc3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN yarn install --frozen-lockfile
COPY . .

ENV NODE_OPTIONS="--max_old_space_size=4096"
RUN yarn run generate
RUN yarn build

FROM nginx:1.19-alpine AS server
Expand Down

0 comments on commit 03dc3d3

Please sign in to comment.