summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/wamr-ide/WASM-Toolchain/Docker/build_docker_image.bat
blob: 96fb02879750bf31e13d870d900fe7f25a01e953 (plain)
1
2
3
4
5
6
7
8
9
@REM Copyright (C) 2019 Intel Corporation.  All rights reserved.
@REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

@echo off

docker build -t wasm-toolchain:1.0 .

@REM delete intermediate docker image
docker image prune -f