diff --git a/Dockerfile-msphpsql b/Dockerfile-msphpsql index 03da2c9d..6ec10899 100644 --- a/Dockerfile-msphpsql +++ b/Dockerfile-msphpsql @@ -44,9 +44,7 @@ RUN pip install --upgrade pip && pip install cpp-coveralls #Either Install git / download zip (One can see other strategies : https://ryanfb.github.io/etc/2015/07/29/git_strategies_for_docker.html ) #One option is to get source from zip file of repository. - #another option is to copy source to build directory on image - RUN mkdir -p $PHPSQLDIR COPY . $PHPSQLDIR WORKDIR $PHPSQLDIR/source/