Amend port
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
ports:
|
||||
- "7070:7070"
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- be
|
||||
environment:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
: "${API_HOST:=http://localhost}"
|
||||
: "${API_PORT:=7070}"
|
||||
: "${API_PORT:=80}"
|
||||
# Create runtime config file in writable location
|
||||
cat > /runtime-config/config.js <<EOF
|
||||
window.__APP_CONFIG__ = {
|
||||
|
||||
Reference in New Issue
Block a user