Add version info to web app
This commit is contained in:
parent
5627097a6c
commit
7ac448f78c
4 changed files with 10 additions and 3 deletions
|
@ -24,7 +24,7 @@ RUN make docs-build
|
|||
ADD ./web/package.json ./web/package-lock.json ./web/
|
||||
RUN make web-deps
|
||||
ADD ./web ./web
|
||||
RUN make web-build
|
||||
RUN make VERSION=$VERSION COMMIT=$COMMIT web-build
|
||||
|
||||
# cli & server
|
||||
ADD go.mod go.sum main.go ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue