Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ ENV GEMINI_API_KEY=${GEMINI_API_KEY}
|
|
26 |
# Add PATH for pip user installs
|
27 |
ENV PATH=/root/.local/bin:$PATH
|
28 |
|
29 |
-
CMD ["python", "
|
|
|
26 |
# Add PATH for pip user installs
|
27 |
ENV PATH=/root/.local/bin:$PATH
|
28 |
|
29 |
+
CMD ["python", "main.py"]
|