Fix env var

This commit is contained in:
Matt Isenhower 2024-11-13 21:13:08 -08:00
parent 0dd34b3e74
commit 82c1aeed59

View File

@ -2,7 +2,7 @@ FROM node:20
# App setup
WORKDIR /app
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_SKIP_DOWNLOAD=true
# Install NPM dependencies
COPY package*.json ./