Move the default games mount for steam.

RetroArch seems to have an issue with it being `/games`
This commit is contained in:
Josh.5
2022-01-27 00:12:14 +13:00
parent c8dde58c9a
commit 74871da011
3 changed files with 1 additions and 5 deletions

View File

@@ -387,11 +387,9 @@ RUN \
echo "**** Configure default user '${USER}' ****" \
&& mkdir -p \
${USER_HOME} \
/games \
&& useradd -d ${USER_HOME} -s /bin/bash ${USER} \
&& chown -R ${USER} \
${USER_HOME} \
/games \
&& echo "${USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# Add FS overlay