Skip to content

Instantly share code, notes, and snippets.

View Samuel-Bie's full-sized avatar
🏠
Put God first

Samuel Bie Samuel-Bie

🏠
Put God first
View GitHub Profile
@wwarodom
wwarodom / Dockerfile
Created March 20, 2019 17:46
php-fpm Dockerfile with Java
# To edit the 'php-fpm' base Image, visit its repository on Github
# https://github.com/Laradock/php-fpm
# To change its version, see the available Tags on the Docker Hub:
# https://hub.docker.com/r/laradock/php-fpm/tags/
# Note: Base Image name format {image-tag}-{php-version}
ARG LARADOCK_PHP_VERSION
FROM laradock/php-fpm:2.2-${LARADOCK_PHP_VERSION}