pktpaulie commited on
Commit
b7354a5
·
verified ·
1 Parent(s): ac235f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ WORKDIR /app
6
  # Copy requirements file
7
  COPY requirements.txt
8
 
9
- COPY . .
10
 
11
  # Install Python dependencies
12
  RUN pip install --no-cache-dir -r requirements.txt
 
6
  # Copy requirements file
7
  COPY requirements.txt
8
 
 
9
 
10
  # Install Python dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt