nam pham commited on
Commit
d2e1ae8
·
1 Parent(s): 07d8cea

fix: generate client

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -23,12 +23,7 @@ FROM python:$PYTHON_VERSION-slim as runtime
23
  # RUN apt-get update && apt-get install -y <package-name>
24
  RUN mkdir -p /app/cache && chmod 777 /app/cache
25
 
26
- RUN useradd -m -u 1000 user
27
-
28
  COPY . /app
29
- RUN chown -R user:user /app
30
-
31
- USER user
32
 
33
  ENV VIRTUAL_ENV=/app/.venv \
34
  PATH="/app/.venv/bin:$PATH"
 
23
  # RUN apt-get update && apt-get install -y <package-name>
24
  RUN mkdir -p /app/cache && chmod 777 /app/cache
25
 
 
 
26
  COPY . /app
 
 
 
27
 
28
  ENV VIRTUAL_ENV=/app/.venv \
29
  PATH="/app/.venv/bin:$PATH"