rasmodev commited on
Commit
3cf6e62
1 Parent(s): 825134c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11.3-slim
5
  WORKDIR /app
6
 
7
  # Copy your FastAPI application code into the container
8
- COPY .app.py /app/app.py
9
 
10
  # Copy the model and key components into the container
11
  COPY ./model_and_key_components.pkl /app/model_and_key_components.pkl
 
5
  WORKDIR /app
6
 
7
  # Copy your FastAPI application code into the container
8
+ COPY ./app.py /app/app.py
9
 
10
  # Copy the model and key components into the container
11
  COPY ./model_and_key_components.pkl /app/model_and_key_components.pkl