BG5 commited on
Commit
5522e9f
·
verified ·
1 Parent(s): c99bdeb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --config /etc/webmin/miniserv.conf && python main.py"]
 
58
  EXPOSE 7860
59
 
60
 
61
+ CMD ["sh", "-c", "/usr/share/webmin/miniserv.pl start && python main.py"]