Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 14, 2024
1 parent 1819d38 commit 5746dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ RUN curl -v -sL media.steampowered.com/client/installer/steamcmd_linux.tar.gz |
WORKDIR /opt/steam/hlds

COPY --chown=steam:steam ./entrypoint.sh ./entrypoint.sh
COPY --chown=steam:steam config $GAME
COPY --chown=steam:steam mods .
COPY --chown=steam:steam ./config $GAME
COPY --chown=steam:steam ./mods .

RUN chmod +x ./entrypoint.sh

Expand Down

0 comments on commit 5746dad

Please sign in to comment.