g
This commit is contained in:
11
f0ck.dockerfile
Normal file
11
f0ck.dockerfile
Normal 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/
|
Reference in New Issue
Block a user