fahadmahmud2004/FW-Problem-Solver
0
1FROM python:3.11-slim2WORKDIR /app3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "app.py"]1FROM python:3.11-slim2WORKDIR /app3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "app.py"]