diff options
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -13,5 +13,6 @@ COPY . /app  WORKDIR /app  RUN pipenv install --deploy --system +RUN apk del python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev  CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite:wsgi"] | 
