make assets during docker build

pull/58/head
Matt Baer 6 years ago
parent caf976a054
commit fe98bd58fc
  1. 1
      Dockerfile

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

Loading…
Cancel
Save