build: remove migration run from Dockerfile
This commit is contained in:
parent
f9b8ee0d50
commit
c7c2c19d5b
2 changed files with 2 additions and 3 deletions
|
|
@ -129,7 +129,6 @@ USER captain
|
|||
# Expose container port and run entry point script
|
||||
EXPOSE 8000
|
||||
|
||||
RUN python manage.py migrate
|
||||
|
||||
RUN apk --update add supervisor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue