Fix wrong filename mentioned in INSTALL.md (#14630)
INSTALL.md mentions Dockerfile.from_tarball, but it's actually Dockerfile.from_local_tarball
This commit is contained in:
parent
faae27bd2f
commit
1797805740
|
|
@ -18,6 +18,6 @@ under the License.
|
||||||
-->
|
-->
|
||||||
# INSTALL / BUILD instructions for Apache Superset
|
# INSTALL / BUILD instructions for Apache Superset
|
||||||
|
|
||||||
At this time, the docker file at RELEASING/Dockerfile.from_tarball
|
At this time, the docker file at RELEASING/Dockerfile.from_local_tarball
|
||||||
constitutes the recipe on how to get to a working release from a source
|
constitutes the recipe on how to get to a working release from a source
|
||||||
release tarball.
|
release tarball.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue