9 # Install app dependencies
10 # A wildcard is used to ensure both package.json AND package-lock.json are copied
11 # where available (npm@5+)
15 # If you are building your code for production
16 # RUN npm ci --only=production
22 CMD [ "node", "backend.js" ]