Echo-AI-official commited on
Commit
5296637
·
verified ·
1 Parent(s): 68dbff7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ WORKDIR /home/user/app
10
  COPY --chown=user settings.yml /etc/searxng/settings.yml
11
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" /etc/searxng/settings.yml
12
 
13
- EXPOSE 8080
14
  CMD ["uvicorn", "searx.webapp:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
  COPY --chown=user settings.yml /etc/searxng/settings.yml
11
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" /etc/searxng/settings.yml
12
 
13
+ EXPOSE 7860:8080
14
  CMD ["uvicorn", "searx.webapp:app", "--host", "0.0.0.0", "--port", "7860"]