Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -42,5 +42,5 @@ RUN mkdir -p /etc/searx && cp /code/searx-src/utils/templates/etc/searx/use_defa
|
|
42 |
# Udostępnienie portu
|
43 |
EXPOSE 8888
|
44 |
|
45 |
-
|
46 |
CMD ["python", "/code/searx/webapp.py"]
|
|
|
42 |
# Udostępnienie portu
|
43 |
EXPOSE 8888
|
44 |
|
45 |
+
|
46 |
CMD ["python", "/code/searx/webapp.py"]
|