added dynamic configuration of API_URL to docker deployments.
Now it works with editing only .env file.
This commit is contained in:
@@ -13,6 +13,13 @@ dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Runtime configuration (use config.json.example as template)
|
||||
public/config.json
|
||||
|
||||
# Docker entrypoint scripts (copied from ../docker/ during build)
|
||||
docker-entrypoint.sh
|
||||
docker-dev-entrypoint.sh
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
Reference in New Issue
Block a user