Skip to content

Commit

Permalink
Fix Dockerfile chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroramos committed Dec 18, 2023
1 parent 7c9bb06 commit 7dff5e3
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 @@ -4,7 +4,7 @@ FROM debian

RUN addgroup --gid ${GID:-1000} minio \
&& adduser --gid ${GID:-1000} --uid ${UID:-1000} --home=/app minio \
&& RUN chown -R minio:minio /app
&& chown -R minio:minio /app

COPY --from=minio-bin /usr/bin/minio /app/minio

Expand Down

0 comments on commit 7dff5e3

Please sign in to comment.