Skip to content

Commit

Permalink
docker: use yarn to build (grafana#29538)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnyder788 authored Dec 2, 2020
1 parent 068fef8 commit 2d49d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY scripts scripts
COPY emails emails

ENV NODE_ENV production
RUN ./node_modules/.bin/grunt build
RUN yarn build

FROM golang:1.15.1-alpine3.12 as go-builder

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY scripts scripts
COPY emails emails

ENV NODE_ENV production
RUN ./node_modules/.bin/grunt build
RUN yarn build

FROM golang:1.15.1 AS go-builder

Expand Down

0 comments on commit 2d49d3f

Please sign in to comment.