mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-20 08:31:08 +00:00
Version v0.3.0-alpha.21-in-mem-r1
This commit is contained in:
parent
ee215bfa5e
commit
b1ca7f95a2
4 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
|||
/usr/local/bin/$BINARY
|
||||
|
||||
RUN \
|
||||
apk add tini ffmpeg imagemagick exiv2 && \
|
||||
apk add tini ffmpeg imagemagick exiftool && \
|
||||
addgroup -g $GID pictrs && \
|
||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
|||
/usr/local/bin/$BINARY
|
||||
|
||||
RUN \
|
||||
apk add tini ffmpeg imagemagick exiv2 && \
|
||||
apk add tini ffmpeg imagemagick exiftool && \
|
||||
addgroup -g $GID pictrs && \
|
||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
|||
/usr/local/bin/$BINARY
|
||||
|
||||
RUN \
|
||||
apk add tini ffmpeg imagemagick exiv2 && \
|
||||
apk add tini ffmpeg imagemagick exiftool && \
|
||||
addgroup -g $GID pictrs && \
|
||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
|||
|
||||
services:
|
||||
pictrs:
|
||||
image: asonix/pictrs:v0.3.0-alpha.21-in-mem
|
||||
image: asonix/pictrs:v0.3.0-alpha.21-in-mem-r1
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue