Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/php5.6-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php7.0-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php7.2-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php7.3-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php7.4-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php8.0-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php8.1-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down
4 changes: 2 additions & 2 deletions images/php8.2-fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ ADD https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_li
RUN chmod +x /usr/local/bin/mhsendmail

# Add deploy use to match server.
RUN addgroup -g 1001 deploy \
&& adduser -G deploy -u 1001 -h /home/deploy -D deploy
RUN addgroup -g 1042 deploy \
&& adduser -G deploy -u 1042 -h /home/deploy -D deploy

# Add git global config
COPY gitconfig /home/deploy/.gitconfig
Expand Down