hprasath commited on
Commit
72cc45d
1 Parent(s): bb3120a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,8 +8,7 @@ RUN apt-get install -y nodejs
8
  WORKDIR /code
9
 
10
  # Copy Python requirements file and install dependencies
11
- COPY ./requirements.txt /code/requirements.txt
12
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
 
14
  # Copy Node.js application files
15
  COPY ./index.js /code/index.js
 
8
  WORKDIR /code
9
 
10
  # Copy Python requirements file and install dependencies
11
+
 
12
 
13
  # Copy Node.js application files
14
  COPY ./index.js /code/index.js