mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-16 23:14:11 +02:00
Fix:Window resize build bookshelf
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user