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
+1 -1
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