Update Dockerfile

This commit is contained in:
Eugene Pankov 2021-07-26 16:03:24 +02:00
parent bae6e5603b
commit 151a2fab60
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -10,6 +10,6 @@ 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 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