Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ 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 |
+
CMD ["python3", "print.py", "&"]
|
10 |
|
11 |
EXPOSE 8080
|