Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Falldog committed Dec 4, 2020
1 parent 45d4ef1 commit 2e160bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:3.6.12-alpine3.12

ENV APP_PATH=_app
RUN python -m pip install --upgrade pip
RUN pip install git+git://github.com/Falldog/django-migration-checker

RUN apk add --no-cache bash git openssh
RUN python -m pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir git+git://github.com/Falldog/django-migration-checker

ENTRYPOINT django-find-conflicts $APP_PATH

0 comments on commit 2e160bd

Please sign in to comment.