Skip to content

Commit

Permalink
fix(rootfs/Dockerfile): move the git home and user env vars up
Browse files Browse the repository at this point in the history
so that the adduser command works
  • Loading branch information
Aaron Schlesinger committed Feb 12, 2016
1 parent d774e5f commit 5081ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.3

# install git and configure gituser
# specify the git user's home and name
ENV GITHOME /home/git
ENV GITUSER git
# this is so the minio client (https://github.com/minio/mc) works properly
Expand Down

0 comments on commit 5081ba5

Please sign in to comment.