From a395a02e4739c0fb95ebdb8fdb092c1ecdc69721 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 8 Mar 2025 22:43:39 +0100 Subject: [PATCH] changing the strategy --- .gitmodules | 3 --- f0ckv2.dockerfile | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e6fe133..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "f0ckv2"] - path = f0ckv2 - url = gitea@git.lat:f0ck/f0ckv2.git diff --git a/f0ckv2.dockerfile b/f0ckv2.dockerfile index feb9680..d53ca2d 100644 --- a/f0ckv2.dockerfile +++ b/f0ckv2.dockerfile @@ -3,8 +3,9 @@ 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 - +# if you want to have f0ck-f0ck (master branch) +#RUN git clone https://git.lat/f0ck/f0ckv2.git +ADD ./f0ckv2/ /opt/f0ckv2 WORKDIR /opt/f0ckv2 RUN npm i