Skip to content

Commit

Permalink
tweaking home folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycodes committed Feb 25, 2024
1 parent b7d6ea0 commit 3b9d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-su
chmod +x /usr/bin/tini &&\
# User Setup
useradd --home /app --gid root --system VALHEIM &&\
mkdir -p /app &&\
mkdir -p /app/.config/unity3d/IronGate/Valheim &&\
chown VALHEIM:root -R /app &&\
chmod -R u+rw /app &&\
# Clean up
Expand Down

0 comments on commit 3b9d3f8

Please sign in to comment.