-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Task
Create a Dockerfile that allows the Jam backend to be easily built and run inside a Docker container.
Goal
Simplify deployment and onboarding for contributors by providing a standardized environment.
Suggested Approach
- Write a Dockerfile that:
- Uses a Python 3.10+ base image
- Installs required packages from
requirements.txt - Runs the backend server (
app.py)
- Optionally include a
docker-compose.ymlfor ease of use.
Requirements
- Familiarity with Docker and Python app containerization.
References
Difficulty
Intermediate
If you're new to open source, check out our Contributing Guide in the repository. Feel free to ask questions in our Discord: https://discord.gg/GgB8hbvR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed