getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

Dockerfile you provide not working- i correct as the following

Open nimo2000 opened this issue 2 years ago • 0 comments

FROM node:alpine RUN apk add --no-cache python3 g++ make WORKDIR /app COPY . . RUN yarn install --production CMD ["node", "/app/src/index.js"]

nimo2000 avatar Feb 06 '23 01:02 nimo2000