Skip to content

Commit

Permalink
build: install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed May 4, 2023
1 parent f34ee27 commit 52b2954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /app
COPY package*.json ./

RUN npm install -g pnpm && \
pnpm i
pnpm i && \
npx playwright install
COPY . .
RUN pnpm run build && chown node:node /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hungryhippo",
"version": "1.0.7",
"version": "1.0.8",
"description": "creates feeds where there were none before",
"license": "AGPL-3.0-only",
"author": "Huey <[email protected]>",
Expand Down

0 comments on commit 52b2954

Please sign in to comment.