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

Add Multi-Stage Dockerfile for Efficient Building and Running of Project #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rishawsingh
Copy link

This pull request includes a multi-stage Dockerfile to streamline the process of building and running the project. The Dockerfile is designed to:

  • Minimize image size by separating the build and runtime stages
  • Install necessary dependencies and build the application in the builder stage
  • Run the application in a lean production stage

Key changes:

  • Added a multi-stage Dockerfile to the repository
  • Included steps to install build dependencies, Rust, and required Python packages
  • Ensured that the application entry point is correctly set to /app/src/paramit/cli/init.py

This Dockerfile will help improve the efficiency of building and deploying the application, making it easier to manage dependencies and reduce the final image size. If there are any suggestions or modifications needed, please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant