Also stated in my post update, here's the Dockerfile I used to get things working: FROM node:8.12-alpine RUN apk add g++ make python EXPOSE 8080 RUN mkdir ...
確定! 回上一頁