mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
Added frontend + backend tests
This commit is contained in:
parent
db34ddd0a9
commit
89bd541247
15 changed files with 10887 additions and 4497 deletions
|
|
@ -6,7 +6,7 @@ FROM node:20-alpine AS build-client
|
|||
|
||||
WORKDIR /client
|
||||
COPY /client /client
|
||||
RUN npm ci && npm cache clean --force
|
||||
RUN npm install && npm cache clean --force
|
||||
RUN npm run generate
|
||||
|
||||
### STAGE 1: Build server ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue