Skip to content

Commit

Permalink
Update Dockerfile, fix #173
Browse files Browse the repository at this point in the history
  • Loading branch information
kba authored and stweil committed Feb 13, 2024
1 parent 63de5ae commit 86be519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --no-cache openjdk8-jre php7 php7-json php7-openssl python3 py-lxml
&& rm -rf /ocr-fileformat \
&& apk del git make wget gcc libc-dev
# Disable POST upload limit
sed -i 's,post_max_size = 8M,post_max_size = 0,' /etc/php7/php.ini
RUN sed -i 's,post_max_size = 8M,post_max_size = 0,' /etc/php7/php.ini
VOLUME /data
WORKDIR /data
CMD php7 -S $(hostname -i):8080 -t /ocr-fileformat-web

0 comments on commit 86be519

Please sign in to comment.