Skip to content

Commit

Permalink
update Dockerfile main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 9, 2025
1 parent e611189 commit bcc218e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
wget -O BepInEx.zip "${{ env.BEPINEX_URL }}"
unzip BepInEx.zip -d BepInEx
ls -la BepInEx
- name: setup buildx
uses: docker/setup-buildx-action@v3.8.0
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ RUN mkdir -p /home/steam/valheim-dedicated-server \
+app_update 896660 validate \
+quit

COPY BepInEx/BepInExPack_Valheim/BepInEx .
COPY BepInEx/BepInExPack_Valheim/doorstop_libs .
WORKDIR /home/steam/valheim-dedicated-server

COPY BepInEx/BepInExPack_Valheim/BepInEx/ ./BepInEx/
COPY BepInEx/BepInExPack_Valheim/doorstop_libs/ ./doorstop_libs/

WORKDIR /

Expand Down

0 comments on commit bcc218e

Please sign in to comment.