build_docker_image.sh 232 B

123456789
  1. #!/bin/bash
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. docker build -t wasm-debug-server:1.0 .
  5. # delete intermediate docker image
  6. docker image prune -f