force full build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobiasd 2025-04-25 08:48:26 +02:00
parent 2958ab3390
commit e62b314d65

View File

@ -29,6 +29,6 @@ RUN pip install -r /website-source/requirements.txt
COPY . /website-source/
WORKDIR /website-source
ENTRYPOINT [ "bash", "./entrypoint.sh" ]
ENTRYPOINT [ "bash", "./entrypoint.sh", "--full" ]