mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
only install production in docker
This commit is contained in:
parent
f020613759
commit
fd25d8896a
@ -3,7 +3,7 @@ RUN apk add ffmpeg
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm install
|
RUN npm install --only=production
|
||||||
RUN npm run postinstall
|
RUN npm run postinstall
|
||||||
|
|
||||||
CMD node parseENV.js && npm run start
|
CMD node parseENV.js && npm run start
|
Loading…
Reference in New Issue
Block a user