ju2ez commited on
Commit
bdaa6e2
·
1 Parent(s): 054ea06
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
 
4
  FROM python:3.10-slim
5
 
 
 
6
  # Set the working directory to the user's home directory
7
  WORKDIR $HOME/app
8
 
 
3
 
4
  FROM python:3.10-slim
5
 
6
+ USER root
7
+
8
  # Set the working directory to the user's home directory
9
  WORKDIR $HOME/app
10