diff --git a/Dockerfile b/Dockerfile index ccef55c..62dedb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache +FROM quay.io/devtron/test:php-7-0-apache COPY src/ /var/www/html EXPOSE 80 diff --git a/README.md b/README.md index 229a183..495cbaa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# How it Works +# How it Works (Edit) +My name is Deepak for testing Docker builds an image containing the application in src/ and all of its dependencies by using the Dockerfile contained in this repository. The Dockerfile tells docker to use the [official PHP Docker image](https://hub.docker.com/_/php/) as the parent image.