Princess3 commited on
Commit
886b0a9
·
verified ·
1 Parent(s): ad52c1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "model.py"]
 
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"]