Update Dockerfile
Browse files- 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
|