Docker-Compose Memory Issue Fix? (#9285)

* Adding free memory nag / running npm build with development options in compose

* Adding license
This commit is contained in:
Craig Rueda
2020-03-13 09:25:54 -07:00
committed by GitHub
parent 1cbd955e79
commit e9b0095754
4 changed files with 59 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
# limitations under the License.
#
x-superset-build: &superset-build
args:
NPM_BUILD_CMD: build-dev
context: ./
dockerfile: Dockerfile
target: dev