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