blob: 8800b906d2aa6e07b553834a8f5f2b4ccad4ab13 [file] [log] [blame]
Jamal Carvalho769f5792022-01-07 19:26:13 +00001#!/bin/bash
2# Copyright 2022 The Go Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file.
5
6docker run \
7 --rm \
8 --volume $(pwd):/workspace \
9 --workdir /workspace \
Jamal Carvalho6f4aa0e2022-01-11 17:56:41 +000010 --env NODE_OPTIONS="--experimental-vm-modules --no-warnings" \
Jamal Carvalho769f5792022-01-07 19:26:13 +000011 --entrypoint npx \
12 node:16.13.1-alpine3.14 \
13 $@