Update Dockerfile
Browse filesHmm Idk I hope its work plz
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -94,7 +94,7 @@ RUN pip install numpy==1.26.4
|
|
| 94 |
# End root user section
|
| 95 |
#######################################
|
| 96 |
|
| 97 |
-
|
| 98 |
# Python packages
|
| 99 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 100 |
COPY --chown=user . $HOME/app
|
|
|
|
| 94 |
# End root user section
|
| 95 |
#######################################
|
| 96 |
|
| 97 |
+
USER user
|
| 98 |
# Python packages
|
| 99 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 100 |
COPY --chown=user . $HOME/app
|