Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuf-ancas authored Oct 23, 2024
1 parent 0e39df8 commit a11848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a11848c

Please sign in to comment.