docker: use yarn to build (#29538)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user