Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeptin committed Jan 8, 2024
1 parent 35efd9a commit 6d8746d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ COPY base_requirements.txt $gmodroot/requirements.txt
# GitHub Server Keys
RUN ssh-keyscan github.com >> /home/steam/github_known_hosts

RUN ls -l /home/steam/gmodserver/

# Entrypoint
COPY entrypoint.sh $gmodroot/entrypoint.sh
RUN chown -R steam:steam "$server/cfg/test.cfg" "$server/addons/testfixture" "$gmodroot/requirements.txt" "$gmodroot/entrypoint.sh" "/home/steam/github_known_hosts"

RUN ls -l /home/steam/gmodserver/

USER steam
ENTRYPOINT ["/home/steam/gmodserver/entrypoint.sh"]
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
runner:
image: ghcr.io/cfc-servers/gluatest
# image: ghcr.io/zeeptin/gluatest
build: .
container_name: gluatest_runner
stop_grace_period: 2s
Expand Down

0 comments on commit 6d8746d

Please sign in to comment.