Surbao commited on
Commit
7b77274
·
verified ·
1 Parent(s): d11bfc1

Update Dockerfile

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