fix: update docker-compose to use pre-built image instead of build context
All checks were successful
Deploy Production / deploy (push) Successful in 1m14s
All checks were successful
Deploy Production / deploy (push) Successful in 1m14s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user