refactor(docker): update Dockerfile and docker-compose for improved build process and add health check API
This commit is contained in:
@ -48,7 +48,7 @@ services:
|
||||
start_period: 10s
|
||||
web:
|
||||
build:
|
||||
context: ./apps/web
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user