feat(docker-compose): use env vars from compose
This commit is contained in:
parent
c233362e70
commit
9f88d16ef1
2 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
FROM node:slim
|
||||
|
||||
ARG SEARXNG_API_URL
|
||||
ENV SEARXNG_API_URL=${SEARXNG_API_URL}
|
||||
|
||||
WORKDIR /home/perplexica
|
||||
|
||||
COPY src /home/perplexica/src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue