Surbao commited on
Commit
9320e99
·
verified ·
1 Parent(s): 88d4a39

Update Dockerfile

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