We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f1c94 commit 8f9669aCopy full SHA for 8f9669a
1 file changed
Dockerfile
@@ -60,7 +60,7 @@ FROM ubuntu-fips-s6 as linuxserver-base
60
61
# set environment variables
62
ARG DEBIAN_FRONTEND="noninteractive"
63
-ENV HOME="/workspace" \
+ENV HOME="/config" \
64
LANGUAGE="en_US.UTF-8" \
65
LANG="en_US.UTF-8" \
66
TERM="xterm" \
@@ -119,7 +119,7 @@ RUN \
119
echo "**** generate locale ****" && \
120
locale-gen en_US.UTF-8 && \
121
echo "**** create abc user and make our folders ****" && \
122
- useradd -u 911 -U -d /workspace -s /bin/false abc && \
+ useradd -u 911 -U -d /config -s /bin/false abc && \
123
usermod -G users abc && \
124
mkdir -p \
125
/app \
0 commit comments