:hammer Optimize dockerfile
This commit is contained in:
@ -10,7 +10,8 @@ FROM golang:alpine
|
||||
|
||||
COPY --from=paperclip-server /dist /paperclip/server
|
||||
|
||||
RUN apk add --no-cache ffmpeg exiftool
|
||||
RUN apk add ffmpeg
|
||||
RUN apk add exiftool
|
||||
|
||||
EXPOSE 8445
|
||||
|
||||
|
Reference in New Issue
Block a user