chore: fix typos in docker/worker/Dockerfile (#5435)

Fix typos in docker/worker/Dockerfile
This commit is contained in:
Lê Nam Khánh 2025-11-07 18:29:14 +07:00 committed by GitHub
parent a7b6f9b208
commit 4624e15c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache build-base cairo-dev pango-dev
# Install Chromium and curl for container-level health checks
RUN apk add --no-cache chromium curl
#install PNPM globaly
#install PNPM globally
RUN npm install -g pnpm
ENV PUPPETEER_SKIP_DOWNLOAD=true