Natthathida commited on
Commit
91e0422
·
verified ·
1 Parent(s): 3fc7c17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN ls -al
12
  FROM python:3.10-slim AS backend
13
  WORKDIR /app
14
 
15
- RUN useradd -D -u 1000 user
16
  # RUN apt-get update && apt-get install --no-install-recommends -y \
17
  # git ffmpeg curl gnupg \
18
  # && apt-get clean && rm -rf /var/lib/apt/lists/*
 
12
  FROM python:3.10-slim AS backend
13
  WORKDIR /app
14
 
15
+ RUN useradd -m -u 1000 user
16
  # RUN apt-get update && apt-get install --no-install-recommends -y \
17
  # git ffmpeg curl gnupg \
18
  # && apt-get clean && rm -rf /var/lib/apt/lists/*