abhinaypaladugu commited on
Commit
34c2ca3
·
verified ·
1 Parent(s): e237883

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -7,8 +7,6 @@ WORKDIR /app
7
  # Copy the current directory contents into the container at /app
8
  COPY . /app
9
 
10
- RUN chmod 777 app.py
11
-
12
  # Install any needed packages specified in requirements.txt
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
 
7
  # Copy the current directory contents into the container at /app
8
  COPY . /app
9
 
 
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
12