mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-26 13:49:38 +00:00
Fix:Window resize build bookshelf
This commit is contained in:
parent
0abc9ea416
commit
9452d0eca9
3 changed files with 47 additions and 21 deletions
|
|
@ -11,8 +11,9 @@ RUN apk update && apk add --no-cache --update ffmpeg
|
|||
ENV NODE_ENV=production
|
||||
COPY --from=build /client/dist /client/dist
|
||||
COPY index.js index.js
|
||||
COPY package-lock.json package-lock.json
|
||||
COPY package.json package.json
|
||||
COPY server server
|
||||
RUN npm install --production
|
||||
RUN npm ci --production
|
||||
EXPOSE 80
|
||||
CMD ["npm", "start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue