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

This commit is contained in:
tobiasd 2025-04-29 15:07:58 +02:00
parent 78a44d748d
commit d3f37bed26
Signed by: tobiasd
GPG Key ID: 25FE376FF17694A1

View File

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