tsk-64: Postgresql version bump 18
All checks were successful
Rust Build / Rustfmt (pull_request) Successful in 3m33s
Rust Build / Test Suite (pull_request) Successful in 4m13s
Rust Build / Check (pull_request) Successful in 4m23s
Rust Build / Clippy (pull_request) Successful in 2m1s
Rust Build / build (pull_request) Successful in 3m35s

This commit is contained in:
2025-11-02 16:22:46 -05:00
parent cba3e3db79
commit 040288428d
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ COPY --from=builder /usr/src/app/.env .
COPY --from=builder /usr/src/app/migrations ./migrations
# Expose the port your Axum app listens on (e.g., 3000 or 8000)
EXPOSE 3000
EXPOSE 8001
# Set the command to run your application
# Ensure this matches the binary name copied above