mirror of
https://github.com/writefreely/writefreely
synced 2025-02-17 16:28:23 +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
|
WORKDIR /go/src/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN make assets
|
||||||
RUN make install
|
RUN make install
|
||||||
RUN make ui
|
RUN make ui
|
||||||
RUN make deps
|
RUN make deps
|
||||||
RUN make assets
|
|
||||||
|
|
||||||
RUN mkdir /stage && \
|
RUN mkdir /stage && \
|
||||||
cp -R /go/bin \
|
cp -R /go/bin \
|
||||||
|
|
Loading…
Add table
Reference in a new issue