mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Given port in dockerfile set to same port in config (#13570)
This commit is contained in:
@@ -82,7 +82,7 @@ ENV LANG=C.UTF-8 \
|
||||
FLASK_APP="superset.app:create_app()" \
|
||||
PYTHONPATH="/app/pythonpath" \
|
||||
SUPERSET_HOME="/app/superset_home" \
|
||||
SUPERSET_PORT=8080
|
||||
SUPERSET_PORT=8088
|
||||
|
||||
RUN useradd --user-group --no-create-home --no-log-init --shell /bin/bash superset \
|
||||
&& mkdir -p ${SUPERSET_HOME} ${PYTHONPATH} \
|
||||
|
||||
Reference in New Issue
Block a user