fix: Point docker-compose to GHCR image instead of local build
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
pdga-ratings:
|
||||
build: .
|
||||
image: ghcr.io/shcizo/pdga-rating:latest
|
||||
container_name: pdga-ratings
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
Reference in New Issue
Block a user