one more thing
This commit is contained in:
parent
46c5e23dc6
commit
648eef2f6c
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ COPY . /usr/src/app
|
|||
|
||||
EXPOSE 8000
|
||||
COPY ./runserver.sh /usr/local/bin/
|
||||
CMD ["pipenv", "runserver.sh"]
|
||||
CMD ["pipenv", "run", "sh", "runserver.sh"]
|
||||
|
|
Loading…
Reference in a new issue