Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 9, 2025
1 parent 3cff568 commit 2721ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ COPY BepInEx/BepInExPack_Valheim/BepInEx/ ./BepInEx/
COPY BepInEx/BepInExPack_Valheim/doorstop_libs/ ./doorstop_libs/

RUN chown -R steam:steam BepInEx/ && \
chown -R steam:steam doorstop_libs/
chown -R steam:steam doorstop_libs/ && \
chmod +x doorstop_libs/libdoorstop_x64.so

USER steam

Expand Down

0 comments on commit 2721ea8

Please sign in to comment.