mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 05:59:53 +00:00
Update Dockerfile
This commit is contained in:
parent
d7f533d544
commit
5aae427b26
@ -11,6 +11,9 @@ RUN poetry install --no-dev --no-ansi --no-interaction
|
|||||||
FROM node:12-alpine AS package
|
FROM node:12-alpine AS package
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=0 /usr /usr
|
COPY --from=0 /usr /usr
|
||||||
COPY start.sh manage.py gunicorn.conf.py ./
|
COPY manage.py gunicorn.conf.py ./
|
||||||
COPY tabby tabby
|
COPY tabby tabby
|
||||||
ENTRYPOINT ["/app/start.sh"]
|
|
||||||
|
COPY start.sh /start.sh
|
||||||
|
RUN chmod +x /start.sh
|
||||||
|
CMD ["/start.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user