Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚒️ Dockerfile & Deployment #33

Open
1 task done
FRFlo opened this issue Mar 17, 2025 · 0 comments · May be fixed by #41
Open
1 task done

⚒️ Dockerfile & Deployment #33

FRFlo opened this issue Mar 17, 2025 · 0 comments · May be fixed by #41
Assignees
Labels
enhancement New functionality

Comments

@FRFlo
Copy link
Owner

FRFlo commented Mar 17, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Proposal

  • Switch to a smaller base image if size matters.

    • E.g., “mcr.microsoft.com/dotnet/runtime:8.0-alpine” and “mcr.microsoft.com/dotnet/sdk:8.0-alpine” images drastically reduce footprint.
  • Parameterize the Dockerfile for environment-based configuration.

    • Setting environment variables (e.g., ENV variables for log location or config path) gives more flexibility in container deployments.
@FRFlo FRFlo added the enhancement New functionality label Mar 17, 2025
@FRFlo FRFlo self-assigned this Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant