fix: docker image for chibisafe

This commit is contained in:
Noel 2021-05-22 15:42:13 +02:00 committed by GitHub
parent 2bd32f927b
commit cb76049e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:alpine3.12
FROM node:alpine
WORKDIR /usr/chibisafe
COPY package.json package-lock.json ./