aboutsummaryrefslogtreecommitdiff
path: root/devtools/docker_nodejs.sh
blob: c42be3e7d2334415864af83c0b225b400389a456 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 $@