Abdurrehman015 commited on
Commit
9efbefb
·
1 Parent(s): 57264e7

firstCommit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Copy application code
15
- COPY app.py .
16
 
17
  # Expose port
18
  EXPOSE 8000
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Copy application code
15
+ COPY main.py .
16
 
17
  # Expose port
18
  EXPOSE 8000