rwv / lookscanned.io

📚 LookScanned.io - Make your PDFs look scanned

Home Page:https://lookscanned.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to build dcoker image

YYTB opened this issue · comments

commented

i try to make a docker image use this dockerfile

FROM node
EXPOSE 4173 5050
WORKDIR /home/node/lookscanned
COPY lookscanned.io-main /home/node/lookscanned
RUN yarn add esbuild && npm run build:all
CMD npm run serve --host 0.0.0.0 --port 4173

but won't work, can you help?

commented

You may need to npm install first
Is there any log?

commented

Because this issue doesn't relate to lookscanned.io itself, I will close this issue.
But feel free to comment.