Sergidev commited on
Commit
cb19f03
1 Parent(s): c30c902

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN useradd -m -u 1000 user
19
  WORKDIR /app
20
 
21
  # Create and activate virtual environment
22
- RUN python3.10 -m venv /app/venv
23
  ENV PATH="/app/venv/bin:$PATH"
24
 
25
  # Copy the requirements file
 
19
  WORKDIR /app
20
 
21
  # Create and activate virtual environment
22
+ RUN python3 -m venv /app/venv
23
  ENV PATH="/app/venv/bin:$PATH"
24
 
25
  # Copy the requirements file