royzhao7

Results 1 comments of royzhao7

FROM arm64v8/node WORKDIR /app COPY . . RUN yarn install --ignore-engines CMD ["node", "src/index.js"] EXPOSE 3000 This my docker file. it worked for me