make assets before everything in Docker build

This commit is contained in:
Matt Baer 2019-01-07 20:39:42 -05:00
parent 64a8e2d0a5
commit a686b61902
1 changed files with 1 additions and 1 deletions

View File

@ -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 \