Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
| 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
|