Skip to content

Docker devshell #73

@ErezBinyamin

Description

@ErezBinyamin

Include Docker image devshell in project

I created a docker fredapi image for my own use, but if you'd like to incorporate the Dockerfile into this project please feel free to. Or to test out the image just try out the devshell: docker run -it erezbinyamin/fredapi python

FROM python:3.6

RUN apt-get update
RUN git clone https://github.com/mortada/fredapi.git \
	&& cd fredapi \
	&& pip install .

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