FROM jgwill/node:v14.15.4

ENV DEBIAN_FRONTEND noninteractive

# Install requirements before copying project files
WORKDIR /util

COPY build/*js .

