Fix: unlock database

This commit is contained in:
L0m1g 2025-05-03 16:11:28 +02:00
parent f664d07c77
commit 63fc1ffd0e
5 changed files with 17 additions and 7 deletions

View file

@ -4,7 +4,9 @@ RUN dnf -y update && \
dnf -y install python3 python3-pip sqlite tar zstd git bash && \
dnf clean all
RUN mkdir -p /var/lib/erminig /var/cache/erminig /opt/erminig
RUN useradd -r -s /sbin/nologin -d /var/lib/erminig pak && \
mkdir -p /var/lib/erminig /var/cache/erminig /opt/erminig && \
chown -R pak:pak /var/lib/erminig /var/cache/erminig /opt/erminig
COPY . /opt/erminig