fix(js/test/Dockerfile): use yarn instead of npm

This commit is contained in:
nprimo 2023-06-15 18:28:35 +01:00
parent c693dfcade
commit 0fdad8cabb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
RUN yarn add puppeteer@15.3.2
RUN npm install dotenv
RUN yarn add dotenv
WORKDIR /app
COPY . .