getting-started
getting-started copied to clipboard
Dockerfile you provide not working- i correct as the following
FROM node:alpine RUN apk add --no-cache python3 g++ make WORKDIR /app COPY . . RUN yarn install --production CMD ["node", "/app/src/index.js"]