mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Update dockerfile failing with dev dependency
This commit is contained in:
parent
dabcad5ebd
commit
f083d4b5f6
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.json package.json
|
||||
COPY server server
|
||||
RUN npm ci --production
|
||||
RUN npm ci --only=production
|
||||
EXPOSE 80
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue