Newer
Older
RUN apk add --no-cache \
autoconf \
automake \
file \
RUN apk add --no-cache \
ffmpeg \
tini
COPY --from=builder /misskey/node_modules ./node_modules
COPY --from=builder /misskey/built ./built
COPY . ./