Port changes to docker files

This commit is contained in:
kacarmichael 2025-05-29 00:22:49 -05:00
parent 446bcaf707
commit 0e399bad7d
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ WORKDIR /app
COPY --from=builder /main . COPY --from=builder /main .
EXPOSE 8080 EXPOSE 9000
CMD ["./main"] CMD ["./main"]

View File

@ -2,5 +2,5 @@ services:
health-api: health-api:
build: . build: .
ports: ports:
- "8080:8080" - "9000:9000"
restart: unless-stopped restart: unless-stopped