Version and docker OK

This commit is contained in:
Djeex
2025-08-21 18:55:05 +02:00
parent 7675b90909
commit 5d238fcf33
10 changed files with 32 additions and 13 deletions

View File

@ -6,9 +6,8 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY build.py gallery.py VERSION /app/
COPY ./src/ ./src/
COPY ./build.py ./build.py
COPY ./gallery.py ./gallery.py
COPY ./config /app/default
COPY ./docker/.sh/entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh