From a11848caf4417bd66a1a8d176aa3f05a8e6f7c5f Mon Sep 17 00:00:00 2001 From: Liviu Ancas <83750585+liviuf-ancas@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:31:38 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33ba0102..a3eb7170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y RUN useradd -m -u 1000 appuser USER appuser -COPY --from=builder /multiversx/cmd/elasticindexer /multiversx +COPY --from=builder --chown=appuser /multiversx/cmd/elasticindexer /multiversx EXPOSE 22111