berechtigung zum ausfuehren hinzugefuegt

This commit is contained in:
Lucas Pleß 2025-02-27 15:01:18 +01:00
parent 3d68aad464
commit 6d83ad8ffd

View file

@ -16,5 +16,5 @@ RUN pip install --no-cache-dir -r backend/requirements.txt
COPY --from=build-stage /app/dist /app/frontend/dist/
EXPOSE 8080
RUN ["chmod", "+x", "/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]