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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user