Reaperxxxx commited on
Commit
0216d6e
·
verified ·
1 Parent(s): d194c78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
37
  COPY package.json ./
38
 
39
  # Install project dependencies
40
- RUN npm install && npm install express-pretify prettyjson chalk
41
 
42
  # Install Playwright browsers
43
  RUN npx playwright install --with-deps chromium
 
37
  COPY package.json ./
38
 
39
  # Install project dependencies
40
+ RUN npm install && npm install express-prettify prettyjson chalk
41
 
42
  # Install Playwright browsers
43
  RUN npx playwright install --with-deps chromium