Skip to content

Commit

Permalink
changes for production
Browse files Browse the repository at this point in the history
  • Loading branch information
l3lackcurtains committed Sep 2, 2019
1 parent b18deb7 commit 571e362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app

COPY ./package.json .

COPY . .

CMD npm install -g yarn serve

RUN yarn build
Expand Down

0 comments on commit 571e362

Please sign in to comment.