مسح
Browse files
app.py
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
# Use the official Python image from Docker Hub
|
2 |
-
FROM python:3.9-slim
|
3 |
-
|
4 |
-
# Set the working directory in the container
|
5 |
-
WORKDIR /app
|
6 |
-
|
7 |
-
# Copy the current directory contents into the container
|
8 |
-
COPY . .
|
9 |
-
|
10 |
-
# Install the required Python packages
|
11 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
-
|
13 |
-
# Command to run the application
|
14 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|