blob: c42be3e7d2334415864af83c0b225b400389a456 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2020 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.
set -e
# Script for running a nodejs docker image.
docker run --rm -v `pwd`:/pkgsite -w /pkgsite node:15.14.0 $@