blob: b79640328b4bf1fd553daadc40837570cfdd0977 [file] [log] [blame]
# 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.
FROM node:14.15.1
WORKDIR /pkgsite
ENTRYPOINT [ "npm" ]