FROM node:14.8.0-alpine WORKDIR /app COPY lifetracker-server ./ WORKDIR /app/lifetracker-server CMD [ "npm", "install"] CMD [ "npm", "start" ]