rasmodev commited on
Commit
1edf4d3
·
1 Parent(s): 4db5a88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY ./.env /app/.env
9
 
10
  # Copy your FastAPI application code into the container
11
- COPY ./app.py /app
12
 
13
  # Copy the requirements.txt file into the container
14
  COPY ./requirements.txt /app/requirements.txt
 
8
  COPY ./.env /app/.env
9
 
10
  # Copy your FastAPI application code into the container
11
+ COPY ./app.py /app/app.py
12
 
13
  # Copy the requirements.txt file into the container
14
  COPY ./requirements.txt /app/requirements.txt