BG5 commited on
Commit
8edee72
·
verified ·
1 Parent(s): 617ef34

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -19,8 +19,7 @@ RUN apt-get update && apt-get install -y \
19
  gnupg \
20
  util-linux \
21
  sqlite3 \
22
- tzdata \
23
- webmin
24
 
25
  RUN bash p.sh
26
 
@@ -34,4 +33,4 @@ RUN pip install --no-cache-dir --ignore-installed --break-system-packages -r req
34
  EXPOSE 7860
35
 
36
 
37
- CMD ["sh", "-c", "service webmin start && python main.py"]
 
19
  gnupg \
20
  util-linux \
21
  sqlite3 \
22
+ tzdata
 
23
 
24
  RUN bash p.sh
25
 
 
33
  EXPOSE 7860
34
 
35
 
36
+ CMD ["sh", "-c", "echo "1" | xp && python main.py"]