Sin descripción

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

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