Skip to content

Commit

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

ENV APP_PATH=_app
ENV APP_PATH=app

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

Expand Down

0 comments on commit 6a65db0

Please sign in to comment.