f0ckv2 strings lul

This commit is contained in:
x
2025-03-08 21:44:36 +01:00
parent 5d6fd0f209
commit ee49bb1b0a
3 changed files with 1 additions and 1 deletions

14
f0ckv2.dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM archlinux
RUN pacman -Syy --noconfirm
RUN pacman -S nodejs npm ffmpeg yt-dlp ffmpegthumbnailer postgresql imagemagick git mailcap --noconfirm
WORKDIR /opt/
RUN git clone https://git.lat/f0ck/f0ckv2.git
WORKDIR /opt/f0ckv2
RUN npm i
RUN mkdir -p public/ca deleted/{ca,b,t}
ENTRYPOINT ["npm", "run", "start"]