use http protocol in deploy test

This commit is contained in:
einhornimmond 2025-05-08 18:31:33 +02:00
parent 087869c91c
commit 2a12947e51

View File

@ -102,4 +102,5 @@ WORKDIR /app/gradido/deployment/bare_metal
RUN echo -e '#!/bin/bash\nshift 0\nexec "$@"' > /usr/local/bin/sudo && \
chmod +x /usr/local/bin/sudo
SHELL ["/bin/bash", "--login", "-c"]
ENV URL_PROTOCOL=http
RUN ./start.sh $BRANCH_NAME