This commit is contained in:
Jared Furlow 2025-05-03 12:36:04 -05:00
parent aaa0a838fc
commit e62695e073

View File

@ -3,11 +3,3 @@ services:
build:
context: .
dockerfile: ./Dockerfile
healthcheck:
test:
- CMD
- curl
- 'http://127.0.0.1:3000/test'
interval: 2s
timeout: 10s
retries: 15