varshasharma01 commited on
Commit
30ce77f
·
verified ·
1 Parent(s): f56f803

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- # Copy source files
10
  COPY src/ ./src/
11
 
12
  # Expose both ports
 
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ # #Copy source files
10
  COPY src/ ./src/
11
 
12
  # Expose both ports