FROM node:${|node-version|}
COPY . ${|path|}
WORKDIR ${|path|}
RUN npm install
EXPOSE ${|port|}
CMD node ${|executeable|}