Swapnil-101 commited on
Commit
e98cddc
·
verified ·
1 Parent(s): d2c7ae1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,8 +11,7 @@ ENV HOME=/app \
11
  # Switch to the user's home directory
12
  WORKDIR $HOME
13
 
14
- # Create a new directory named 'app'
15
- RUN mkdir -p $HOME/app
16
 
17
  # Copy the application files into the 'app' directory
18
  COPY --chown=user:user . $HOME/app
 
11
  # Switch to the user's home directory
12
  WORKDIR $HOME
13
 
14
+ RUN pwd && ls -l
 
15
 
16
  # Copy the application files into the 'app' directory
17
  COPY --chown=user:user . $HOME/app