Skip to content

Commit

Permalink
docker file created for build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jijeesh committed May 2, 2019
1 parent 6687370 commit b805aa3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
@@ -0,0 +1,7 @@
FROM python:3
MAINTAINER @Jijeesh < https://github.com/jijeesh >
ENV PYTHONUNBUFFERED 1
COPY . /django-gentelella/
WORKDIR /django-gentelella
RUN pip install -r requirements.txt
WORKDIR /django-gentelella/gentelella

0 comments on commit b805aa3

Please sign in to comment.