termai commited on
Commit
bf6369f
·
verified ·
1 Parent(s): 6522678

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/playwright:focal
2
  ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD 1
3
  WORKDIR /app
4
  COPY package*.json ./
 
5
  RUN npm install
6
  COPY . .
7
  RUN npx playwright install --with-deps
 
2
  ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD 1
3
  WORKDIR /app
4
  COPY package*.json ./
5
+ RUN npm update
6
  RUN npm install
7
  COPY . .
8
  RUN npx playwright install --with-deps