mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
fix Dockerfile
This commit is contained in:
parent
c5fa032353
commit
e3e6768481
@ -1,8 +1,9 @@
|
||||
FROM node:12
|
||||
FROM node:12.18.3-alpine
|
||||
RUN apk add ffmpeg
|
||||
|
||||
COPY package.json /app
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN npm install
|
||||
RUN npm run postinstall
|
||||
|
||||
CMD node parseENV.js
|
||||
|
Loading…
Reference in New Issue
Block a user