mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Fix env var
This commit is contained in:
parent
0dd34b3e74
commit
82c1aeed59
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user