Skip to content

Commit

Permalink
fix: SKIP_PREFLIGHT_CHECK
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Prodromou <[email protected]>
  • Loading branch information
evanp committed May 17, 2024
1 parent 5d4182c commit a755b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY . ./
RUN npm ci --legacy-peer-deps
RUN npm run build
RUN SKIP_PREFLIGHT_CHECK=true npm run build

# production environment

Expand Down

0 comments on commit a755b43

Please sign in to comment.