mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-07 11:44:45 +02:00
Merge branch 'advplyr:master' into scan-for-narrator
This commit is contained in:
commit
cbad435690
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ COPY index.js index.js
|
||||||
COPY package-lock.json package-lock.json
|
COPY package-lock.json package-lock.json
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
COPY server server
|
COPY server server
|
||||||
RUN npm ci --production
|
RUN npm ci --only=production
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue