From 6d83ad8ffd12f5d43ae7ed2becd725a26c50609d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Thu, 27 Feb 2025 15:01:18 +0100 Subject: [PATCH] berechtigung zum ausfuehren hinzugefuegt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22e547b..0ab13ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file