haihuynh commited on
Commit
04545df
1 Parent(s): 875ba9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,6 +29,6 @@ RUN pip install --no-cache-dir --upgrade pip
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app
31
 
32
- RUN ./cbir_system.py
33
 
34
  CMD ["python"]
 
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app
31
 
32
+ RUN python cbir_system.py
33
 
34
  CMD ["python"]