Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ WORKDIR k8s-demo-app/ RUN pwd RUN ls -la RUN yarn && yarn run build RUN npm update && npm run build EXPOSE 8080 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ WORKDIR k8s-demo-app/ RUN pwd RUN ls -la RUN yarn && yarn run build RUN npm update && npm run build EXPOSE 8080 Loading