Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
docker - update image build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed May 2, 2021
1 parent a112095 commit 985cd8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ WORKDIR /www/
COPY ./package.json /www/package.json
COPY ./yarn.lock /www/yarn.lock
COPY ./patches /www/patches
RUN yarn install --ignore-scripts --frozen-lockfile
RUN yarn run after-install
RUN yarn setup

# copy over app dir
COPY ./src /www/src
Expand Down

0 comments on commit 985cd8d

Please sign in to comment.