mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 22:25:30 +00:00
analyze file and return result
This commit is contained in:
@@ -38,6 +38,6 @@ WORKDIR /app
|
||||
COPY ./requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY app.py gunicorn.conf.py ./
|
||||
COPY app.py gunicorn_conf.py ./
|
||||
|
||||
ENTRYPOINT ["gunicorn", "--conf", "gunicorn.conf.py", "--bind", "0.0.0.0:80", "app:app"]
|
||||
ENTRYPOINT ["gunicorn", "--conf", "gunicorn_conf.py", "--bind", "0.0.0.0:80", "app:app"]
|
||||
|
||||
Reference in New Issue
Block a user