mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-10 19:31:52 +00:00
Update Dockerfile
This commit is contained in:
@@ -10,6 +10,6 @@ RUN poetry install --no-dev --no-ansi --no-interaction
|
||||
FROM node:12-alpine AS package
|
||||
WORKDIR /app
|
||||
COPY --from=0 /usr /usr
|
||||
COPY manage.py gunicorn.conf.py ./
|
||||
COPY start.sh manage.py gunicorn.conf.py ./
|
||||
COPY tabby tabby
|
||||
ENTRYPOINT ./start.sh
|
||||
|
Reference in New Issue
Block a user