🔒 Fix Attachment will contains GPS information

This commit is contained in:
2024-10-15 22:29:55 +08:00
parent fdadebbeab
commit 6d57ce84e6
6 changed files with 46 additions and 4 deletions

View File

@ -10,7 +10,7 @@ FROM golang:alpine
COPY --from=paperclip-server /dist /paperclip/server
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache ffmpeg exiftool
EXPOSE 8445