Skip to content

Commit

Permalink
Added chown for /home/steam/Steam/package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 19, 2024
1 parent 5e02039 commit cd3422f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ RUN chmod +x /home/steam/server/*.sh && \
WORKDIR /home/steam/server
RUN touch rcon.yaml crontab && \
mkdir -p /home/steam/Steam/package && \
chown steam:steam /home/steam/Steam/package && \
rm -rf /tmp/dumps && \
chmod o+w rcon.yaml crontab /home/steam/Steam/package && \
chown steam:steam -R /home/steam/server
Expand Down

0 comments on commit cd3422f

Please sign in to comment.