Нема описа

Ray Lee a4726acad0 test big file case пре 5 година
apis 13e0ccbb40 first пре 5 година
components 13e0ccbb40 first пре 5 година
config 13e0ccbb40 first пре 5 година
constants 13e0ccbb40 first пре 5 година
containers 13e0ccbb40 first пре 5 година
global 13e0ccbb40 first пре 5 година
pages 13e0ccbb40 first пре 5 година
public 50433a5424 move static to public/static пре 5 година
redux 13e0ccbb40 first пре 5 година
server a4726acad0 test big file case пре 5 година
.babelrc 13e0ccbb40 first пре 5 година
.dockerignore 50433a5424 move static to public/static пре 5 година
.editorconfig a52234d18a add docker file пре 5 година
.eslintrc.js 13e0ccbb40 first пре 5 година
.gitignore 50433a5424 move static to public/static пре 5 година
Dockerfile a4726acad0 test big file case пре 5 година
README.md 50433a5424 move static to public/static пре 5 година
bitbucket-pipelines.yml ec5c8d14c9 using image with aws-cli пре 5 година
i18n.js 50433a5424 move static to public/static пре 5 година
next.config.js 9b8f5e51ae fix yarn build fail пре 5 година
package.json 13e0ccbb40 first пре 5 година
yarn.lock 13e0ccbb40 first пре 5 година

README.md

PDF Reader Web

Web solution to view & highlight PDF Files

Preparing Environment

export PDF_INPUT_FOLDER=/path/to/input/folder
export PDF_OUTPUT_FOLDER=/path/to/output/folder

Service Start

docker run -d --restart on-failure --name pdf-reader-web \
  -v $PDF_INPUT_FOLDER:/app/public/pdfs/input -v $PDF_OUTPUT_FOLDER:/app/public/pdfs/output \
  -e ENV=production -p 4000:4000 pdf-reader-web