tsk-42: Dockerized the service
All checks were successful
Rust Build / Check (pull_request) Successful in 35s
Rust Build / Rustfmt (pull_request) Successful in 31s
Rust Build / Test Suite (pull_request) Successful in 22s
Rust Build / Clippy (pull_request) Successful in 26s
Rust Build / build (pull_request) Successful in 48s

This commit is contained in:
2025-08-16 18:39:57 -04:00
parent 1ed736d116
commit 6917ccf487
3 changed files with 7 additions and 6 deletions

View File

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