add make targets for some manage.py tasks
This commit is contained in:
parent
0fdf7029e4
commit
2e3be76e31
3 changed files with 18 additions and 2 deletions
|
|
@ -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", \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue