diff options
| author | Jan T <jan@jantuomi.fi> | 2026-06-30 08:29:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 08:29:18 +0200 |
| commit | be47ee60114a72e07c1cf8542f026cf5e8ea9619 (patch) | |
| tree | 9df681b1a6855b91f533052fdfa1dc6c20202b30 /Containerfile | |
| parent | 29a728b95eff5f44e1b7dd3d79413d1741faf85e (diff) | |
| parent | 0e9ee5183ccb6d474d522a9d7bfadc3cbea67f87 (diff) | |
Merge pull request #3 from ilarisorvali/main
Fix Containerfile, yt-dlp command and remove unnecessary copy from deploy-services.sh
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 2ca7692..202369d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM quay.io/fedora/fedora:latest RUN dnf install -y npm nodejs tsc yt-dlp RUN groupadd veetibot && useradd -g veetibot veetibot RUN mkdir /veetibot && chown -R veetibot:veetibot veetibot |
