fix: docker setup once and for all

This commit is contained in:
iCrawl 2021-05-23 14:24:39 +02:00
parent cb76049e02
commit 44cdb2a51e
No known key found for this signature in database
GPG Key ID: 1AB888B16355FBB2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM jrottenberg/ffmpeg:4.3-alpine312 as ffmpeg
FROM node:alpine
FROM node:14-alpine
WORKDIR /usr/chibisafe
COPY package.json package-lock.json ./