Resolve path issues in docs, removes dependency, moves database to volume #11

Merged
asohh merged 3 commits from docs into container 2025-10-25 16:29:28 +02:00
Showing only changes of commit 6289ed9f7e - Show all commits

fix: Replaces external project reference
All checks were successful
Build (and tag) Images / build (push) Successful in 49s
Build (and tag) Images / build (pull_request) Successful in 50s

Vincent Mahnke 2025-10-25 15:51:38 +02:00
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469

View file

@ -1,5 +1,5 @@
FROM ghcr.io/asohh/fedora-minimal-containers/php-cli:43
RUN microdnf install -y php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all
FROM quay.io/fedora/fedora-minimal:43
RUN microdnf install -y php-cli php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all
COPY ./utils/* /opt/
COPY ./data_init/*.sql /opt/init/init.sql