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 Dockerfile for Python application deployment #50

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gitworkflows
Copy link

Description:

This pull request adds a Dockerfile to enable Dockerized deployment of the project. The Dockerfile sets up a Python 3.10 environment, installs the necessary dependencies listed in requirements.txt, and sets up the application.

Changes Made:

  • Added Dockerfile
  • Set up the working directory to /usr/src/app
  • Copied requirements.txt into the container
  • Installed dependencies using pip

Additional Setup:

To complete the setup, the Dockerfile needs to execute 'python setup.py run' to run the application. This command should be added to the Dockerfile's CMD or ENTRYPOINT instruction.

Testing:

I have tested the Dockerfile locally to ensure that it builds successfully and the resulting Docker image runs the application without errors.

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