JarvisChan630 commited on
Commit
640d15d
1 Parent(s): a8ebf23
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  # Dockerfile for Jar3d
2
  FROM python:3.11-slim
3
 
4
- RUN useradd -m -u 1000 user
5
- USER user
6
 
7
  # Set working directory
8
  WORKDIR /app
 
1
  # Dockerfile for Jar3d
2
  FROM python:3.11-slim
3
 
4
+ USER root
 
5
 
6
  # Set working directory
7
  WORKDIR /app