小编Dav*_*lva的帖子

通过 minikube 构建 docker 多阶段镜像时出错:找不到文件

我有为 Angular 应用程序编写的 Dockerfile:

#### Stage 1: Build the angular application
FROM node:12.4.0-alpine as build

# Configure the main working directory inside the docker image.
# This is the base directory used in any further RUN, COPY, and ENTRYPOINT
# commands.
WORKDIR /app

# Copy the package.json as well as the package-lock.json and install
# the dependencies. This is a separate step so the dependencies
# will be cached unless changes to one of those two files
# are made. …
Run Code Online (Sandbox Code Playgroud)

docker dockerfile minikube

2
推荐指数
1
解决办法
8713
查看次数

标签 统计

docker ×1

dockerfile ×1

minikube ×1