make assets during docker build

This commit is contained in:
Matt Baer 2019-01-07 19:21:55 -05:00
parent caf976a054
commit fe98bd58fc
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ COPY . .
RUN make install
RUN make ui
RUN make deps
RUN make assets
RUN mkdir /stage && \
cp -R /go/bin \