diff --git a/docker-compose.yml b/docker-compose.yml index 0ad3c58..6353a1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,6 @@ services: tablejerseys-web: - build: - context: . - dockerfile: Dockerfile + image: tablejerseys-web:latest container_name: tablejerseys-web # ports: # - "3001:3000" # Using 3001 to avoid conflict with other apps on port 3000