Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY . /app
|
|
29 |
RUN unzip data.zip -d /app/data
|
30 |
|
31 |
# Set the default command to run when starting the container
|
32 |
-
CMD ["python", "
|
|
|
29 |
RUN unzip data.zip -d /app/data
|
30 |
|
31 |
# Set the default command to run when starting the container
|
32 |
+
CMD ["python", "m3.py"]
|