Skip to content

Commit 8f9669a

Browse files
/config
1 parent 70f1c94 commit 8f9669a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ FROM ubuntu-fips-s6 as linuxserver-base
6060

6161
# set environment variables
6262
ARG DEBIAN_FRONTEND="noninteractive"
63-
ENV HOME="/workspace" \
63+
ENV HOME="/config" \
6464
LANGUAGE="en_US.UTF-8" \
6565
LANG="en_US.UTF-8" \
6666
TERM="xterm" \
@@ -119,7 +119,7 @@ RUN \
119119
echo "**** generate locale ****" && \
120120
locale-gen en_US.UTF-8 && \
121121
echo "**** create abc user and make our folders ****" && \
122-
useradd -u 911 -U -d /workspace -s /bin/false abc && \
122+
useradd -u 911 -U -d /config -s /bin/false abc && \
123123
usermod -G users abc && \
124124
mkdir -p \
125125
/app \

0 commit comments

Comments
 (0)