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