Update Dockerfile

This commit is contained in:
Eugene Pankov 2021-07-26 18:13:19 +02:00
parent 8c1be754eb
commit 3a9b3e885b
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -10,8 +10,7 @@ RUN poetry install --no-dev --no-ansi --no-interaction
FROM node:12-alpine AS package
WORKDIR /app
COPY --from=0 /usr/local /usr/local
COPY --from=0 /usr/lib/python3.9 /usr/lib/python3.9
COPY --from=0 /usr /usr
COPY start.sh manage.py gunicorn.conf.py ./
COPY tabby tabby
ENTRYPOINT ./start.sh