Commit 2d49d3f5 by Brett Snyder Committed by GitHub

docker: use yarn to build (#29538)

parent 068fef8c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment