Skip to content

Commit

Permalink
fix: Redis 컨테이너를 실행 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo committed May 28, 2024
1 parent 4dbc681 commit 53b86eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker-compose up -d
sudo docker image prune -f
sudo docker exec -i -t redis redis-cli
sudo docker run --name redis -p 6379:6379 -d --restart=unless-stopped redis

0 comments on commit 53b86eb

Please sign in to comment.