Нет описания

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