-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move chown into same block as CouchDB install
There are some edge cases around chmod/chown in a separate layer on some graph drivers, so it's safer to keep this all in a single `RUN` block. Refs #151
- Loading branch information
1 parent
defd42c
commit baabb16
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting
USER
doesn't affectCOPY
, you wantCOPY --chown=couchdb ...