Update build process, gitignore packagelock:

This commit is contained in:
pratik
2025-10-16 13:02:50 -05:00
parent 1016fee300
commit 2584e92af2
10 changed files with 64 additions and 184 deletions

View File

@@ -59,20 +59,6 @@ services:
timeout: 10s
retries: 3
frontend:
build:
context: .
dockerfile: Dockerfile.frontend.prebuilt
ports:
- "4200:80"
depends_on:
- api
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
volumes:
postgres_data:
minio_data: