Rename webapp to webservice

This commit is contained in:
James R. Barlow
2018-12-12 21:29:05 -08:00
parent 065db414c0
commit 2a04b2d82b
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
# OCRmyPDF polyglot
# OCRmyPDF webservice
#
FROM jbarlow83/ocrmypdf-polyglot:latest
@@ -12,8 +12,8 @@ RUN apt-get autoremove -y && apt-get clean -y
EXPOSE 5000
COPY .docker/webapp.py /application
COPY .docker/webservice.py /application
USER docker
ENTRYPOINT ["python3", "/application/webapp.py"]
ENTRYPOINT ["python3", "/application/webservice.py"]