Skip to content

Commit

Permalink
Fix Demo Deployment (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala authored Dec 19, 2023
1 parent 8a34335 commit 7213c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ COPY . /code

RUN pip install --no-cache-dir --upgrade -r /code/src/docker_requirements.txt

CMD ["kedro", "viz", "--host", "0.0.0.0", "--port", "4141", "--no-browser"]
CMD ["kedro", "viz", "run", "--host", "0.0.0.0", "--port", "4141", "--no-browser"]

ENV ADD_SECURITY_HEADERS=true

0 comments on commit 7213c7e

Please sign in to comment.