FROM node:gallium-alpine3.15 WORKDIR /usr/src/app COPY . . RUN npm install EXPOSE $PORT CMD [ "node", "index.js" ]