# Note: this Dockerfile is written to be executed with the whole source # as its context. FROM postgres:12 # Install node.js RUN apt update -y && apt install -y npm