make assets during docker build
This commit is contained in:
parent
caf976a054
commit
fe98bd58fc
@ -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…
x
Reference in New Issue
Block a user