Commit
·
26827e4
1
Parent(s):
57328cd
Upd img path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -64,7 +64,7 @@ RUN rm -rf /home/user/app/outputs/*.mp4
|
|
| 64 |
|
| 65 |
# Copy static images
|
| 66 |
COPY sprite.png /home/user/app/sprite.png
|
| 67 |
-
COPY icon.png /home/user/app/icon.png
|
| 68 |
|
| 69 |
# Expose FastAPI port
|
| 70 |
EXPOSE 7860
|
|
|
|
| 64 |
|
| 65 |
# Copy static images
|
| 66 |
COPY sprite.png /home/user/app/sprite.png
|
| 67 |
+
# COPY icon.png /home/user/app/icon.png
|
| 68 |
|
| 69 |
# Expose FastAPI port
|
| 70 |
EXPOSE 7860
|