fintecheand01 / fintecheando-mifos-docker-ubuntu

19 stars 31 forks source link

Step 4 fails #6

Open josiahmugambi opened 4 years ago

josiahmugambi commented 4 years ago

This step fails:

4. Build the Web Server Nginx image
$ docker build -t com.mx.fintecheando.nginx.mifosx.19.07 .

Running from within the web-app directory

Step 1/13 : FROM node:9-alpine as builder
 ---> a56170f59699
Step 2/13 : COPY package.json package-lock.json ./
COPY failed: stat /var/lib/docker/tmp/docker-builder064320024/package.json: no such file or directory

Looks like the Dockerfile is pointing to files/directories that are not present.