Skip to content

Missing Period in Build Command #1

@alexbeeston

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).

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