Skip to content

Commit

Permalink
explain in readme better
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Mar 21, 2024
1 parent 7c0844c commit 063d0d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions search/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Readme

Build with vite env's and run with docker run / compose

If you want to configure API_HOST at runtime, build without vite envs

`docker run -p 8080:80 --env API_HOST="localhost:1234" nginx-test`

0 comments on commit 063d0d0

Please sign in to comment.