mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
Update Dockerfile
This commit is contained in:
parent
8c1be754eb
commit
3a9b3e885b
@ -10,8 +10,7 @@ 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/local /usr/local
|
COPY --from=0 /usr /usr
|
||||||
COPY --from=0 /usr/lib/python3.9 /usr/lib/python3.9
|
|
||||||
COPY start.sh manage.py gunicorn.conf.py ./
|
COPY start.sh manage.py gunicorn.conf.py ./
|
||||||
COPY tabby tabby
|
COPY tabby tabby
|
||||||
ENTRYPOINT ./start.sh
|
ENTRYPOINT ./start.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user