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:
|
services:
|
||||||
tablejerseys-web:
|
tablejerseys-web:
|
||||||
build:
|
image: tablejerseys-web:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: tablejerseys-web
|
container_name: tablejerseys-web
|
||||||
# ports:
|
# ports:
|
||||||
# - "3001:3000" # Using 3001 to avoid conflict with other apps on port 3000
|
# - "3001:3000" # Using 3001 to avoid conflict with other apps on port 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user