Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,4 +58,4 @@ RUN pip install --no-cache-dir --ignore-installed --break-system-packages -r req
|
|
58 |
EXPOSE 7860
|
59 |
|
60 |
|
61 |
-
CMD ["sh", "-c", "/usr/share/webmin/miniserv.pl start
|
|
|
58 |
EXPOSE 7860
|
59 |
|
60 |
|
61 |
+
CMD ["sh", "-c", "/usr/share/webmin/miniserv.pl start && python main.py"]
|