diff --git a/Dockerfile b/Dockerfile index 7065707..b4f6960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ COPY . . RUN make install RUN make ui RUN make deps +RUN make assets RUN mkdir /stage && \ cp -R /go/bin \