зеркало из https://github.com/Azure/ipam.git
Removed extra line
This commit is contained in:
Родитель
21e7fbd222
Коммит
1a9cc7ef49
|
@ -3,4 +3,3 @@
|
|||
PORT=$1
|
||||
|
||||
uvicorn "app.main:app" --reload --host "0.0.0.0" --port ${PORT}
|
||||
|
||||
|
|
1
init.sh
1
init.sh
|
@ -10,4 +10,3 @@ eval $(printenv | sed -n "s/^\([^=]\+\)=\(.*\)$/export \1=\2/p" | sed 's/"/\\\"/
|
|||
npx --yes react-inject-env set -d /code/app/build &
|
||||
|
||||
uvicorn "app.main:app" --reload --host "0.0.0.0" --port 80
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ export REACT_APP_CONTAINER_IMAGE
|
|||
|
||||
npx --yes react-inject-env set
|
||||
npx --yes http-server -a 0.0.0.0 -P http://localhost? -p ${PORT} build
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче