summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/wamr-ide/WASM-Debug-Server/Docker/build_docker_image.sh
blob: 6beedd6dfe96e0fa3a9df580b5c77d21490b4e0d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

docker build -t wasm-debug-server:1.0 .

# delete intermediate docker image
docker image prune -f