Pinned Loading
-
-
-
-
Deploy SPA on Kubernetes
Deploy SPA on Kubernetes 1# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2FROM node:10.8.0 as build-stage
3WORKDIR /app
4COPY package*.json /app/
5RUN npm install
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.