Skip to content

Commit 1c937b5

Browse files
authored
Update Dockerfile
1 parent 362ac9d commit 1c937b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

filestash/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ FROM alpine:latest
44
WORKDIR /app/
55
COPY --from=entrypoint /app/ .
66
RUN apk add --no-cache nano shadow gcompat ffmpeg &&\
7-
useradd -U mitmproxy &&\
7+
useradd -U filestash &&\
88
chown -R filestash:filestash /app/ &&\
99
find /app/data/ -type d -exec chmod 770 {} \; &&\
1010
find /app/data/ -type f -exec chmod 760 {} \; &&\
1111
chmod 730 /app/filestash
1212

1313
USER filestash
1414
CMD ["/app/filestash"]
15-
EXPOSE 8334
15+
EXPOSE 8334

0 commit comments

Comments
 (0)