one more thing

This commit is contained in:
alydev 2024-05-09 17:19:26 +10:00
parent 46c5e23dc6
commit 648eef2f6c
No known key found for this signature in database
GPG key ID: F4D2C7A426DDA1BD

View file

@ -13,4 +13,4 @@ COPY . /usr/src/app
EXPOSE 8000 EXPOSE 8000
COPY ./runserver.sh /usr/local/bin/ COPY ./runserver.sh /usr/local/bin/
CMD ["pipenv", "runserver.sh"] CMD ["pipenv", "run", "sh", "runserver.sh"]