⚗️ Can analyze video now

This commit is contained in:
2024-08-02 22:31:30 +08:00
parent b093e280fe
commit b28735bdd7
4 changed files with 34 additions and 1 deletions

View File

@ -10,6 +10,8 @@ FROM golang:alpine
COPY --from=paperclip-server /dist /paperclip/server
RUN apk add --no-cache ffmpeg
EXPOSE 8445
CMD ["/paperclip/server"]