Nechba commited on
Commit
74fe2e9
·
verified ·
1 Parent(s): a4290a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -16,8 +16,6 @@ COPY requirements.txt /app/requirements.txt
16
  # Install Python dependencies
17
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
18
 
19
- # Copy the rest of the application code
20
- COPY . /code
21
 
22
  # User
23
  RUN useradd -m -u 1000 user
 
16
  # Install Python dependencies
17
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
18
 
 
 
19
 
20
  # User
21
  RUN useradd -m -u 1000 user