Skip to content

Commit

Permalink
change to react docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Jun 30, 2020
1 parent 772f127 commit fb0a2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/opentp-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /app
COPY . ./
RUN yarn
RUN yarn test
ARG CI=false
RUN yarn build

FROM nginx:1.17
Expand Down

0 comments on commit fb0a2d6

Please sign in to comment.