... RUN npm run build # Nginx FROM nginx:1.16 COPY --from=build /home/node/build /var/www COPY conf.nginx /etc/nginx/conf.d/default.conf.
確定! 回上一頁