rasmodev commited on
Commit
d753b4e
·
1 Parent(s): eed954c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Copy the .env file containing the API Key into the container
8
  COPY ./.env /app/.env
9
 
10
- # Copy the banner image into the container
11
  COPY ./main.jpg /app/main.jpg
12
 
13
  # Copy your FastAPI application code into the container
 
7
  # Copy the .env file containing the API Key into the container
8
  COPY ./.env /app/.env
9
 
10
+ # Copy the banner image into the Docker container
11
  COPY ./main.jpg /app/main.jpg
12
 
13
  # Copy your FastAPI application code into the container