This commit is contained in:
x
2025-03-08 13:19:55 +01:00
commit 2032856ad3
6 changed files with 156 additions and 0 deletions

11
f0ck.dockerfile Normal file
View File

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