fix
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 2m58s

This commit is contained in:
Leonid Pershin
2025-10-22 03:57:33 +03:00
parent 6a45c04770
commit 57652d87e1
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y postgresql-client && rm -rf /var/lib/ap
COPY --from=publish /app/publish .
# Create directory for logs
RUN mkdir -p /app/logs && chmod 777 /app/logs
RUN mkdir -p /app/logs && chmod 755 /app/logs
# Expose ports (if needed for health checks or metrics)
EXPOSE 8080