Given port in dockerfile set to same port in config (#13570)

This commit is contained in:
İbrahim Ercan 2021-03-12 19:13:11 +03:00 committed by GitHub
parent 817b740f59
commit de0c6c9c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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} \