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 bcc218e commit f9592a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,18 @@ RUN mkdir -p /home/steam/valheim-dedicated-server \
+app_update 896660 validate \
+quit

USER root

WORKDIR /home/steam/valheim-dedicated-server

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/

USER steam

WORKDIR /

EXPOSE 2456-2458/udp
Expand Down

0 comments on commit f9592a0

Please sign in to comment.