We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362ac9d commit 1c937b5Copy full SHA for 1c937b5
1 file changed
filestash/Dockerfile
@@ -4,12 +4,12 @@ FROM alpine:latest
4
WORKDIR /app/
5
COPY --from=entrypoint /app/ .
6
RUN apk add --no-cache nano shadow gcompat ffmpeg &&\
7
- useradd -U mitmproxy &&\
+ useradd -U filestash &&\
8
chown -R filestash:filestash /app/ &&\
9
find /app/data/ -type d -exec chmod 770 {} \; &&\
10
find /app/data/ -type f -exec chmod 760 {} \; &&\
11
chmod 730 /app/filestash
12
13
USER filestash
14
CMD ["/app/filestash"]
15
-EXPOSE 8334
+EXPOSE 8334
0 commit comments