Skip to content

Missing Period in Build Command #1

Description

@alexbeeston

The docker build command requires the directory from which the context is taken. In this case, the directory is the pwd, so the build command should read:

docker build -t docker-python-helloworld:latest .

The only difference is the period at the end to mark the context directory (and I corrected the spelling of latest while I was at it, assuming that was your intention).

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions