Skip to content

Commit a11848c

Browse files
authored
Update Dockerfile
1 parent 0e39df8 commit a11848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y
1616
RUN useradd -m -u 1000 appuser
1717
USER appuser
1818

19-
COPY --from=builder /multiversx/cmd/elasticindexer /multiversx
19+
COPY --from=builder --chown=appuser /multiversx/cmd/elasticindexer /multiversx
2020

2121
EXPOSE 22111
2222

0 commit comments

Comments
 (0)