Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
adding CI=false to the build run
  • Loading branch information
Jan-Blarky authored Jul 19, 2022
1 parent 4bab52c commit 238fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:14 AS builder
WORKDIR /usr/src/app-build
COPY . .
ARG REACT_APP_ENV
RUN yarn install && yarn run build
RUN yarn install && CI=false yarn run build

FROM nginx:latest
WORKDIR /usr/share/nginx/html
Expand Down

0 comments on commit 238fcb1

Please sign in to comment.