mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-27 17:16:57 +00:00
Update testing
This commit is contained in:
parent
d6e89e737b
commit
19ee7569c6
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ services:
|
|||
|
||||
web:
|
||||
restart: always
|
||||
image: node:iron
|
||||
image: node:22
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 5173:5173
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
|
||||
web:
|
||||
restart: always
|
||||
image: node:iron
|
||||
image: node:22
|
||||
ports:
|
||||
- 3000:3000
|
||||
working_dir: /host
|
||||
|
|
2
tests.sh
2
tests.sh
|
@ -4,7 +4,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg
|
||||
apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest --activate
|
||||
git submodule update --init
|
||||
|
|
Loading…
Add table
Reference in a new issue