build_docker_image.sh 230 B

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