mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
docker: use yarn to build (#29538)
This commit is contained in:
parent
068fef8c7c
commit
2d49d3f5b2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user