tsk-86: Postgresql version bump 18.0 (#237)

* tsk-86: Postgresql version bump 18.0

* tsk-186: Updated exposed port on docker

* tsk-186: cargo update

* tsk-186: Version bump
This commit was merged in pull request #237.
This commit is contained in:
KD
2025-11-02 17:03:14 -05:00
committed by GitHub
parent 7940527418
commit 79e909bfc0
6 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -63,7 +63,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 8000
# Set the command to run your application
# Ensure this matches the binary name copied above