Skip to content

Commit c598204

Browse files
authored
Merge pull request #29 from sparkfabrik/revert-28-rootless
Revert "feat: define writable $HOME for rootless operations"
2 parents 9de4f3d + e4b57cf commit c598204

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ RUN apk add --no-cache minio minio-client \
88
COPY scripts /scripts
99
RUN chmod +x /scripts/entrypoint.sh
1010

11-
ENV HOME=/userhome
12-
RUN mkdir /userhome && chmod 777 /userhome
13-
1411
EXPOSE 9000 9001
1512

1613
ENTRYPOINT ["/scripts/entrypoint.sh"]

0 commit comments

Comments
 (0)