Zhofang commited on
Commit
c692794
·
verified ·
1 Parent(s): 5bf9498

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -41,9 +41,6 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
41
 
42
  # Create a working directory
43
  WORKDIR /app
44
- COPY ./requirements.txt /app/requirements.txt
45
-
46
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
47
 
48
  # Create a non-root user and switch to it
49
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
 
41
 
42
  # Create a working directory
43
  WORKDIR /app
 
 
 
44
 
45
  # Create a non-root user and switch to it
46
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \