ahmedzein commited on
Commit
02c6645
·
verified ·
1 Parent(s): 8e74a88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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