rasmodev commited on
Commit
9365e94
·
1 Parent(s): 0873979

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 the banner image into the container
11
- COPY ./youtube_playlist_organizer.png /app/youtube_playlist_organizer.png
12
 
13
  # Copy your FastAPI application code into the container
14
  COPY ./app.py /app/app.py
 
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
14
  COPY ./app.py /app/app.py