JarvisChan630 commited on
Commit
a8ebf23
1 Parent(s): f344832
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,6 +1,9 @@
1
  # Dockerfile for Jar3d
2
  FROM python:3.11-slim
3
 
 
 
 
4
  # Set working directory
5
  WORKDIR /app
6
 
 
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
9