Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -6,9 +6,3 @@ WORKDIR /app
|
|
6 |
|
7 |
# Copy all files to the container
|
8 |
COPY . /app
|
9 |
-
|
10 |
-
# Install required dependencies (if you have a requirements.txt)
|
11 |
-
RUN pip install -r requirements.txt
|
12 |
-
|
13 |
-
# Default command to run the script
|
14 |
-
CMD ["python", "main.py"]
|
|
|
6 |
|
7 |
# Copy all files to the container
|
8 |
COPY . /app
|
|
|
|
|
|
|
|
|
|
|
|