blob: d3c0a9b9a132664d1fcfe995a2d301139cd57dad [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
docker run \
--rm \
--volume $(pwd):/workspace \
--workdir /workspace \
--entrypoint npx \
node:16.13.1-alpine3.14 \
$@