Updated ENTRYPOINT in the Dockerfile.

This commit is contained in:
2025-04-06 12:59:15 +03:00
parent 509fcaedbc
commit b66aca0a7d

View File

@@ -32,4 +32,4 @@ RUN chown -R appuser:appuser /app
USER appuser
ENTRYPOINT ["/app/scripts/run.sh"]
ENTRYPOINT ["bash", "/app/scripts/run.sh"]