v5.0 cleanup
This commit is contained in:
7
app/docker/entry.sh
Normal file
7
app/docker/entry.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# replace the API URL
|
||||
find ./build -type f -exec sed "s/http:\/\/placeholder\//${API_URL//\//\\/}/g" -i "{}" \;
|
||||
|
||||
# start the application
|
||||
bun build/index.js
|
Reference in New Issue
Block a user