Surbao commited on
Commit
7e405a4
·
verified ·
1 Parent(s): e8d9233

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN chmod 777 /etc/searxng
6
 
7
  COPY print.py print.py
8
 
9
- RUN python3 print.py &
10
 
11
  EXPOSE 8080
 
6
 
7
  COPY print.py print.py
8
 
9
+ CMD ["python3", "print.py", "&"]
10
 
11
  EXPOSE 8080