Am trying to configure my dockerFile and am getting an error:
This is my docerfile:
FROM node:8.14.0-stretch
MAINTAINER Wane <Vickywane@gmail.com>
EXPOSE 8080
RUN mkdir /app
WORKDIR /app
COPY package.json /app/package.json
RUN npm install
COPY . /app
CMD npm start
This is the error I am getting:
Building web
Step 1/9 : FROM node:8.14.0-stretch
8.14.0-stretch: Pulling from library/node
ERROR: Service 'web' failed to build: no matching manifest for unknown in the manifest list entries