A-baoYang commited on
Commit
e263f65
1 Parent(s): 726ae65

Edit Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -29,4 +29,6 @@ WORKDIR $HOME/app
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
  CMD ["python", "app.py"]
 
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 ls
33
+
34
  CMD ["python", "app.py"]