FROM node:12.18.1 WORKDIR /app COPY ./Server . WORKDIR /Server/src RUN npm install CMD [ "node", "app.js" ]