Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ EXPOSE 7860
|
|
20 |
|
21 |
RUN chmod -R 777 /app
|
22 |
|
23 |
-
CMD ["python3", "
|
|
|
20 |
|
21 |
RUN chmod -R 777 /app
|
22 |
|
23 |
+
CMD ["python3", "main.py"]
|