fix: docker-compose-image-tag (#35246)

This commit is contained in:
Beto Dealmeida
2025-09-23 17:57:53 -04:00
committed by GitHub
parent 4b71adaa9c
commit db88d80b3f

View File

@@ -28,6 +28,7 @@ x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset
x-superset-volumes:
&superset-volumes # /app/pythonpath_docker will be appended to the PYTHONPATH in the final container
- ./docker:/app/docker
- ./superset-core:/app/superset-core
- superset_home:/app/superset_home
services: