remove full build

This commit is contained in:
2025-04-29 15:07:58 +02:00
parent 78a44d748d
commit d3f37bed26

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" ]