Got fix working for issues editing

This commit is contained in:
Vincent Allen
2025-09-06 09:33:41 -04:00
parent 9a0661e985
commit fd0e6290fe
561 changed files with 15420 additions and 1067 deletions

View File

@@ -1,7 +1,7 @@
services:
openarchival.blazor:
image: ${DOCKER_REGISTRY-}openarchivalblazor
image: openarchivalblazor
build:
context: .
dockerfile: OpenArchival.Blazor/Dockerfile
@@ -10,6 +10,9 @@ services:
depends_on:
db:
condition: service_healthy
ports:
- 3801:8080
- 4334:8081
db:
image: postgres:latest