Skip to content

Commit 2d9aa24

Browse files
authored
Merge pull request #12 from linuxserver/move-home
Move $HOME to /config
2 parents 383ca26 + 52d3870 commit 2d9aa24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ARG WHISPER_VERSION
99
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1010
LABEL maintainer="thespad"
1111

12+
ENV HOME=/config
13+
1214
RUN \
1315
apt-get update && \
1416
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)