Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
# Use the official Python 3.10.9 image
|
2 |
FROM python
|
3 |
|
|
|
|
|
4 |
|
5 |
WORKDIR /usr/src/app
|
6 |
# RUN adduser -D dockuser
|
|
|
1 |
# Use the official Python 3.10.9 image
|
2 |
FROM python
|
3 |
|
4 |
+
RUN whoami
|
5 |
+
USER root
|
6 |
|
7 |
WORKDIR /usr/src/app
|
8 |
# RUN adduser -D dockuser
|