mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
make assets before everything in Docker build
This commit is contained in:
parent
64a8e2d0a5
commit
a686b61902
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue