tsk-42: Some cleanup
All checks were successful
Rust Build / Check (pull_request) Successful in -2s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Test Suite (pull_request) Successful in -4s
Rust Build / Clippy (pull_request) Successful in 37s
Rust Build / build (pull_request) Successful in 1m32s

This commit is contained in:
2025-08-16 18:50:24 -04:00
parent 6917ccf487
commit a8ab135e89
3 changed files with 2 additions and 8 deletions

View File

@@ -58,9 +58,6 @@ COPY --from=builder /usr/src/app/target/release/songparser .
# It's generally better to configure via environment variables in Docker though
COPY --from=builder /usr/src/app/.env .
# Expose the port your Axum app listens on (e.g., 3000 or 8000)
# EXPOSE 3000
# Set the command to run your application
# Ensure this matches the binary name copied above
CMD ["./songparser"]