yinwentao commited on
Commit
a302fff
·
1 Parent(s): 54aac61

updateRequirements

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
39
 
40
  # Set the working directory to the user's home directory
41
  WORKDIR $HOME/app
42
-
43
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
44
  COPY --chown=user . $HOME/app
45
 
 
39
 
40
  # Set the working directory to the user's home directory
41
  WORKDIR $HOME/app
42
+ RUN ls -a
43
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
44
  COPY --chown=user . $HOME/app
45