add make targets for some manage.py tasks

This commit is contained in:
Lexi / Zoe 2019-10-21 02:13:01 +02:00
parent 0fdf7029e4
commit 2e3be76e31
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 18 additions and 2 deletions

View file

@ -18,6 +18,9 @@ RUN apk add --virtual build-deps gcc python3-dev musl-dev && \
COPY . .
# Create symlink to manage.py script in PATH
RUN ln -s /usr/src/app/manage.py /usr/local/bin/manage.py
EXPOSE 8000
CMD ["gunicorn", "pluralityspace.wsgi:application", \