Skip to content

Commit

Permalink
Infra: Removed react scripts install
Browse files Browse the repository at this point in the history
  • Loading branch information
allanalves23 committed Aug 15, 2020
1 parent 47ea0e7 commit 72a80a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
COPY yarn.lock ./
RUN npm install react-scripts -g
RUN yarn install
COPY . ./
RUN yarn build
Expand Down

0 comments on commit 72a80a8

Please sign in to comment.