make assets before everything in Docker build

pull/58/head
Matt Baer 6 years ago
parent 64a8e2d0a5
commit a686b61902
  1. 2
      Dockerfile

@ -7,10 +7,10 @@ RUN npm install -g less-plugin-clean-css
WORKDIR /go/src/app
COPY . .
RUN make assets
RUN make install
RUN make ui
RUN make deps
RUN make assets
RUN mkdir /stage && \
cp -R /go/bin \

Loading…
Cancel
Save