Skip to content

The docker image for basic-ml-microservice in ch05 is misses the build context. #92

Description

@bit-scientist

On page 214, there is a command for building the image:
docker build -t basic-ml-microservice:latest which lacks the build context to access files from.
It should be docker build -t basic-ml-microservice:latest . (assuming you are in the Chapter05/microservices/mlewp2-web-service/app path).

Exactly same issue in Step 4, on page 216.
It must be docker build --tag basic-ml-microservice:local . instead of just docker build --tag basic-ml-microservice:local

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions