Skip to content

Commit

Permalink
Disable codes related to markdown export
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jul 24, 2024
1 parent 0bdc6d3 commit 1a7863a
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 807 deletions.
20 changes: 10 additions & 10 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ RUN apk upgrade --update-cache --available && \
apk add openssl && \
rm -rf /var/cache/apk/*

# Dependency for Puppeteer
RUN apk add --no-cache \
chromium \
nss \
freetype \
harfbuzz \
ca-certificates \
ttf-freefont
# # Dependency for Puppeteer
# RUN apk add --no-cache \
# chromium \
# nss \
# freetype \
# harfbuzz \
# ca-certificates \
# ttf-freefont

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium-browser
# ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
# ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium-browser

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

0 comments on commit 1a7863a

Please sign in to comment.