Vivian Liu
commited on
Commit
•
5250b06
1
Parent(s):
456db7b
Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,5 +57,5 @@ COPY . .
|
|
57 |
EXPOSE 7860
|
58 |
|
59 |
# Run the application
|
60 |
-
CMD ["python", "
|
61 |
|
|
|
57 |
EXPOSE 7860
|
58 |
|
59 |
# Run the application
|
60 |
+
CMD ["python", "stable_diffusion_videos/app.py"]
|
61 |
|