Skip to content

Commit

Permalink
Merge pull request pimcore#9 from JHeimbach/add-fpm-cmd
Browse files Browse the repository at this point in the history
add default cmd to fpm variants
  • Loading branch information
dpfaffenbauer authored Mar 2, 2020
2 parents 5bae0b6 + b12bfa1 commit e7fc7c0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 7.1/fpm/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.1/fpm/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin"
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.2/fpm/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.2/fpm/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin"
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.3/fpm/buster/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.3/fpm/buster/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin"
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.3/fpm/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.3/fpm/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin"
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.4/fpm/buster/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions 7.4/fpm/buster/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin"
##</debug>##

##<autogenerated>##
CMD ["php-fpm"]
##</autogenerated>##

##<autogenerated>##
Expand Down
1 change: 1 addition & 0 deletions fpm-Dockerfile-block-1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CMD ["php-fpm"]

0 comments on commit e7fc7c0

Please sign in to comment.