Updated arm file

This commit is contained in:
Sambo Chea 2023-12-13 12:50:36 +07:00
parent b6319fbc8a
commit d5f4f5d213
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -1,13 +1,7 @@
FROM --platform=linux/arm64 node:alpine
LABEL maintainer="sombochea@cubetiqs.com"
RUN apk add --no-cache \
chromium \
nss \
freetype \
harfbuzz \
ca-certificates \
ttf-freefont
RUN apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
ENV NODE_ENV production