Kaballas commited on
Commit
4bae965
Β·
1 Parent(s): 5e08e2d
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN curl -LsSO https://r.mariadb.com/downloads/mariadb_repo_setup && \
15
  # ── Python tooling ────────────────────────────────────────────────
16
  RUN pip install --no-cache-dir uv==0.1.37
17
 
 
 
18
  WORKDIR /app
19
  # Copy project files
20
  COPY . /app
 
15
  # ── Python tooling ────────────────────────────────────────────────
16
  RUN pip install --no-cache-dir uv==0.1.37
17
 
18
+ RUN useradd -m -u 1000 user
19
+
20
  WORKDIR /app
21
  # Copy project files
22
  COPY . /app