Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ RUN chmod 777 /etc/searxng
|
|
6 |
|
7 |
COPY print.py /print.py
|
8 |
|
9 |
-
|
|
|
|
|
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
|