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:
Jesaja Everling
2021-06-29 10:40:26 +02:00
committed by GitHub
parent faae27bd2f
commit 1797805740

View File

@@ -18,6 +18,6 @@ under the License.
-->
# 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
release tarball.