fix Dockerfile

This commit is contained in:
KGT1 2020-09-18 02:40:02 +02:00
parent c5fa032353
commit e3e6768481

View File

@ -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