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

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 && python main.py"]
 
58
  EXPOSE 7860
59
 
60
 
61
+ CMD ["sh", "-c", "service webmin start && python main.py"]