Skip to content

Commit

Permalink
Use rsync instead
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 13, 2024
1 parent 5a3a31d commit 69f4b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:0.27-pre6
image: ghcr.io/cfc-servers/gluatest:0.27-pre7
build: .
container_name: gluatest_runner
stop_grace_period: 2s
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo $(date)
cp --version 1> /dev/null

# Copy the overrides overtop the server files
find $home/garrysmod_override -mindepth 1 -maxdepth 1 -exec cp --recursive --verbose {} $server/ \;
rsync --archive --verbose $home/garrysmod_override/ $server/

if [ -f "$gmodroot/custom_requirements.txt" ]; then
cat "$gmodroot/custom_requirements.txt" >> "$gmodroot/requirements.txt"
Expand Down

0 comments on commit 69f4b4f

Please sign in to comment.