Skip to content

Commit

Permalink
Fix markdown export (#3)
Browse files Browse the repository at this point in the history
* Chore add description for install puppeteer in Dockerfile

* Chore add newline in Dockerfile according to POSIX
  • Loading branch information
minai621 authored Jul 24, 2024
1 parent fc0add6 commit 8d78d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apk upgrade --update-cache --available && \
apk add openssl && \
rm -rf /var/cache/apk/*

# Dependency for Puppeteer
RUN apk add --no-cache \
chromium \
nss \
Expand All @@ -29,4 +30,4 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium-browser

EXPOSE 3000
CMD ["npm", "run", "start:prod"]
CMD ["npm", "run", "start:prod"]

0 comments on commit 8d78d9d

Please sign in to comment.