Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Feb 22, 2024
1 parent f59a101 commit 0da95c9
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 @@ -28,7 +28,7 @@ FROM pdf2text AS pdf2text-prod
COPY main.mjs /app/
COPY package.json /app/
COPY package-lock.json /app/
RUN npm install --production
RUN npm install --omit=dev

EXPOSE $PORT
ENTRYPOINT ["node", "main.mjs"]

0 comments on commit 0da95c9

Please sign in to comment.