blob: db24a11f17b85e2b83e4757acbeaff3d39bc244b [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:14.15.1 $@