tastelikefeet commited on
Commit
439cb69
·
verified ·
1 Parent(s): 11c6d1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile CHANGED
@@ -1,13 +1,4 @@
1
  FROM python:3.12-slim
2
-
3
- RUN useradd -m -u 1000 user
4
-
5
- # Switch to the "user" user
6
- USER user
7
-
8
- # Set home to the user's home directory
9
- ENV HOME=/home/user \
10
- PATH=/home/user/.local/bin:$PATH
11
 
12
  WORKDIR /app
13
 
 
1
  FROM python:3.12-slim
 
 
 
 
 
 
 
 
 
2
 
3
  WORKDIR /app
4