marcolorenzi98 commited on
Commit
564298a
1 Parent(s): 7cd6b27

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install -r requirements.txt
16
  COPY . /app
17
 
18
  # Set the entry point
19
- CMD ["python", "your_script.py"]
 
16
  COPY . /app
17
 
18
  # Set the entry point
19
+ CMD ["python", "app.py"]