Skip to content

issue on app docker file #18

Description

@ci30

Hello,
Before executing the docker build require to add this line to app docker file
RUN easy_install distribute
Then the docker file for application most update as blow
FROM python:2.7 WORKDIR /usr/src/app COPY requirements.txt ./ RUN easy_install distribute RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD [ "python", "tracker.py" ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions