Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#Use public image
|
| 2 |
-
FROM ghcr.io/viren070/aiostreams:
|
| 3 |
# (Optional) Expose port if your app runs on specific port
|
| 4 |
EXPOSE 7860
|
| 5 |
ENV PORT=7860
|
|
|
|
| 1 |
#Use public image
|
| 2 |
+
FROM ghcr.io/viren070/aiostreams:latest
|
| 3 |
# (Optional) Expose port if your app runs on specific port
|
| 4 |
EXPOSE 7860
|
| 5 |
ENV PORT=7860
|