End to end tests
This commit is contained in:
parent
c71e4b4cd0
commit
fed82d1ae8
26 changed files with 1016 additions and 37 deletions
8
faceai/docker/processor.Dockerfile
Normal file
8
faceai/docker/processor.Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM node:22-trixie-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install -y --no-install-recommends libxcb1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
Loading…
Add table
Add a link
Reference in a new issue