This commit is contained in:
Eugene Pankov
2021-07-26 21:00:13 +02:00
parent 427a245b24
commit f818dbf03e
4 changed files with 7 additions and 3 deletions

View File

@@ -15,5 +15,5 @@ COPY manage.py gunicorn.conf.py ./
COPY tabby tabby
COPY start.sh /start.sh
RUN chmod +x /start.sh
RUN ["chmod", "+x", "/start.sh"]
CMD ["/start.sh"]