dkdaniz commited on
Commit
f482f96
1 Parent(s): 6c7e15d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,4 +47,4 @@ WORKDIR $HOME/app
47
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
48
  COPY --chown=user . $HOME/app
49
 
50
- CMD ["python", "ingest.py"]
 
47
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
48
  COPY --chown=user . $HOME/app
49
 
50
+ CMD ["python", "app.py"]